Skip to content

Commit d60e1e7

Browse files
committed
publishing the es5 version
1 parent 2516ba8 commit d60e1e7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
lib

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"lint": "eslint src",
2525
"build": "babel --out-dir lib src",
2626
"autotest": "chokidar src test -c 'npm test'",
27-
"test": "mocha --compilers js:babel/register"
27+
"test": "mocha --compilers js:babel/register",
28+
"prepublish": "npm run build"
2829
},
2930
"repository": {
3031
"type": "git",
@@ -35,6 +36,9 @@
3536
"postcss",
3637
"loader"
3738
],
39+
"files": [
40+
"lib"
41+
],
3842
"author": "Glen Maddern",
3943
"license": "ISC",
4044
"bugs": {

0 commit comments

Comments
 (0)