Skip to content

Commit 7ac105a

Browse files
committed
update
1 parent a906090 commit 7ac105a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"name": "global-input-react",
33
"version": "1.0.1",
44
"description": "global input react component",
5-
"main": "index.js",
5+
"main": "lib/index.js",
66
"scripts": {
7-
"test": "jest"
7+
"test": "jest",
8+
"prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir lib"
89
},
910
"repository": {
1011
"type": "git",
@@ -26,6 +27,8 @@
2627
"react": "^15.6.1"
2728
},
2829
"devDependencies": {
30+
"babel-cli": "^6.24.1",
31+
"babel-core": "^6.25.0",
2932
"babel-preset-es2015": "^6.24.1",
3033
"jest": "^20.0.4"
3134
}

index.js renamed to src/index.js

File renamed without changes.

0 commit comments

Comments
 (0)