We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e3fe8 commit bc96d38Copy full SHA for bc96d38
2 files changed
.npmignore
package.json
@@ -21,6 +21,12 @@
21
"test": "mocha --timeout 60000 --require test/init.js test/*.test.js node_modules/juggler-v3/test.js node_modules/juggler-v4/test.js",
22
"posttest": "npm run lint"
23
},
24
+ "files": [
25
+ "intl",
26
+ "lib",
27
+ "docs.json",
28
+ "index.js"
29
+ ],
30
"dependencies": {
31
"async": "^3.1.0",
32
"debug": "^4.1.1",
0 commit comments