We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b2ff34 + 91b8250 commit bf21f62Copy full SHA for bf21f62
.npmignore
package.json
@@ -6,9 +6,12 @@
6
"scripts": {
7
"build": "node build.js",
8
"serve-tests": "http-server -p 1336",
9
- "prepublish": "npm run build",
10
"test": "mocha"
11
},
+ "files": [
12
+ "source-map-support.js",
13
+ "register.js"
14
+ ],
15
"dependencies": {
16
"source-map": "^0.6.0"
17
0 commit comments