File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
- node_modules
2
- lib
3
1
umd
Original file line number Diff line number Diff line change
1
+ .babelrc
2
+ .eslintrc
3
+ .gitignore
4
+ .npmignore
5
+ karma.conf.js
6
+ logo
7
+ modules
8
+ scripts
9
+ tests.webpack.js
10
+ webpack.config.js
Original file line number Diff line number Diff line change 8
8
" Michael Jackson" ,
9
9
" Ryan Florence"
10
10
],
11
- "main" : " lib" ,
12
- "files" : [
13
- " lib" ,
14
- " umd" ,
15
- " server"
16
- ],
17
11
"scripts" : {
18
12
"start" : " echo 'Make sure to `cd website && npm install`' && cd website && npm start" ,
19
- "build-lib" : " rimraf lib && babel ./modules -d lib --ignore '__tests__'" ,
13
+ "build-lib" : " babel ./modules -d . --ignore '__tests__'" ,
20
14
"build-umd" : " webpack modules/index.js umd/react-router.js" ,
21
15
"build-min" : " webpack -p modules/index.js umd/react-router.min.js" ,
22
16
"build" : " node ./scripts/build.js" ,
62
56
"react-addons-test-utils" : " ^15.3.1" ,
63
57
"react-dom" : " ^15.1.0" ,
64
58
"readline-sync" : " ^1.4.4" ,
65
- "rimraf" : " ^2.5.2" ,
66
59
"webpack" : " ^1.13.1" ,
67
60
"webpack-dev-server" : " ^1.14.1"
68
61
},
You can’t perform that action at this time.
0 commit comments