File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
"files" : [
6
6
" *.md" ,
7
7
" docs" ,
8
- " es6 " ,
8
+ " es " ,
9
9
" lib" ,
10
10
" umd"
11
11
],
12
12
"main" : " lib/index" ,
13
- "jsnext:main" : " es6 /index" ,
13
+ "jsnext:main" : " es /index" ,
14
14
"repository" : " reactjs/react-router" ,
15
15
"homepage" : " https://github.com/reactjs/react-router#readme" ,
16
16
"bugs" : " https://github.com/reactjs/react-router/issues" ,
17
17
"scripts" : {
18
18
"build" : " npm run build-cjs && npm run build-es" ,
19
19
"build-cjs" : " rimraf lib && cross-env BABEL_ENV=cjs babel ./modules -d lib --ignore '__tests__'" ,
20
- "build-es" : " rimraf es6 && cross-env BABEL_ENV=es babel ./modules -d es6 --ignore '__tests__'" ,
20
+ "build-es" : " rimraf es && cross-env BABEL_ENV=es babel ./modules -d es --ignore '__tests__'" ,
21
21
"build-umd" : " cross-env BABEL_ENV=cjs NODE_ENV=development webpack modules/index.js umd/ReactRouter.js" ,
22
22
"build-min" : " cross-env BABEL_ENV=cjs NODE_ENV=production webpack -p modules/index.js umd/ReactRouter.min.js" ,
23
23
"lint" : " eslint modules examples *.js" ,
You can’t perform that action at this time.
0 commit comments