Commit 2d7a3ec 1 parent 2af96f5 commit 2d7a3ec Copy full SHA for 2d7a3ec
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change
1
+ es /
1
2
node_modules /
2
3
lib /
3
4
dist /
Original file line number Diff line number Diff line change 3
3
"version" : " 0.3.0" ,
4
4
"description" : " A react display ad component using Google Publisher Tag" ,
5
5
"main" : " lib/index.js" ,
6
+ "jsnext:main" : " es/index.js" ,
6
7
"contributors" : [
7
8
{
8
9
"name" : " NFL Engineering"
97
98
"commit" : " git-cz" ,
98
99
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s" ,
99
100
"build" : " npm run clean && npm run compile" ,
101
+ "build:es" : " BABEL_ENV=es babel --copy-files ./src -d es" ,
100
102
"build:umd" :
101
103
" NODE_ENV=development webpack src/index.js dist/react-gpt.js" ,
102
104
"build:umd:min" :
111
113
" npm run build && env BABEL_ENV=examples node examples/server/index.js" ,
112
114
"pretest" : " npm run build" ,
113
115
"prepublish" :
114
- " npm run build && npm run build:umd && npm run build:umd:min" ,
116
+ " npm run build && npm run build:es && npm run build: umd && npm run build:umd:min" ,
115
117
"test" : " npm run lint && karma start" ,
116
118
"update-apilist" : " node ./scripts/updateAPIList.js"
117
119
},
You can’t perform that action at this time.
0 commit comments