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.
1 parent 2516ba8 commit d60e1e7Copy full SHA for d60e1e7
.gitignore
@@ -1 +1,2 @@
1
node_modules
2
+lib
package.json
@@ -24,7 +24,8 @@
24
"lint": "eslint src",
25
"build": "babel --out-dir lib src",
26
"autotest": "chokidar src test -c 'npm test'",
27
- "test": "mocha --compilers js:babel/register"
+ "test": "mocha --compilers js:babel/register",
28
+ "prepublish": "npm run build"
29
},
30
"repository": {
31
"type": "git",
@@ -35,6 +36,9 @@
35
36
"postcss",
37
"loader"
38
],
39
+ "files": [
40
+ "lib"
41
+ ],
42
"author": "Glen Maddern",
43
"license": "ISC",
44
"bugs": {
0 commit comments