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 a906090 commit 7ac105aCopy full SHA for 7ac105a
package.json
@@ -2,9 +2,10 @@
2
"name": "global-input-react",
3
"version": "1.0.1",
4
"description": "global input react component",
5
- "main": "index.js",
+ "main": "lib/index.js",
6
"scripts": {
7
- "test": "jest"
+ "test": "jest",
8
+ "prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir lib"
9
},
10
"repository": {
11
"type": "git",
@@ -26,6 +27,8 @@
26
27
"react": "^15.6.1"
28
29
"devDependencies": {
30
+ "babel-cli": "^6.24.1",
31
+ "babel-core": "^6.25.0",
32
"babel-preset-es2015": "^6.24.1",
33
"jest": "^20.0.4"
34
}
index.js renamed to src/index.js
0 commit comments