Skip to content

Commit 128e414

Browse files
authored
Merge pull request #156 from ghcjs/hkm/data-files-fix
Remove dir paths from data-files
2 parents 21caa90 + 4c6c81b commit 128e414

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jsaddle-warp/jsaddle-warp.cabal

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: jsaddle-warp
3-
version: 0.9.9.3
3+
version: 0.9.9.4
44
build-type: Simple
55
license: MIT
66
license-file: LICENSE
@@ -16,14 +16,11 @@ author: Hamish Mackenzie
1616
tested-with: GHC==9.12.2, GHC==9.10.1, GHC==9.8.4, GHC==9.6.7, GHC==9.4.8, GHC==9.2.8, GHC==9.0.2, GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4
1717
data-files:
1818
node-client/index.js
19-
node-client/node_modules
2019
node-client/node_modules/.package-lock.json
21-
node-client/node_modules/ws
2220
node-client/node_modules/ws/LICENSE
2321
node-client/node_modules/ws/README.md
2422
node-client/node_modules/ws/browser.js
2523
node-client/node_modules/ws/index.js
26-
node-client/node_modules/ws/lib
2724
node-client/node_modules/ws/lib/buffer-util.js
2825
node-client/node_modules/ws/lib/constants.js
2926
node-client/node_modules/ws/lib/event-target.js
@@ -39,7 +36,6 @@ data-files:
3936
node-client/node_modules/ws/lib/websocket.js
4037
node-client/node_modules/ws/package.json
4138
node-client/node_modules/ws/wrapper.mjs
42-
node-client/node_modules/xmlhttprequest
4339
node-client/node_modules/xmlhttprequest/.jshintrc
4440
node-client/node_modules/xmlhttprequest/.npmignore
4541
node-client/node_modules/xmlhttprequest/LICENSE

0 commit comments

Comments
 (0)