File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1- lib
21umd
Original file line number Diff line number Diff line change 1+ .babelrc
2+ .eslintrc
3+ .gitignore
4+ .npmignore
5+ .travis.yml
6+ karma.conf.js
7+ modules
8+ node_modules
9+ scripts
10+ tests.webpack.js
11+ webpack.config.js
Original file line number Diff line number Diff line change 55 "repository" : " ReactTraining/react-media" ,
66 "author" : " Michael Jackson" ,
77 "license" : " MIT" ,
8- "main" : " lib" ,
9- "files" : [
10- " lib" ,
11- " umd"
12- ],
138 "scripts" : {
149 "build" : " node ./scripts/build.js" ,
15- "build-lib" : " rimraf lib && babel ./modules -d lib --ignore '__tests__'" ,
10+ "build-lib" : " babel ./modules -d . --ignore '__tests__'" ,
1611 "build-umd" : " webpack modules/index.js umd/react-media.js" ,
1712 "build-min" : " webpack -p modules/index.js umd/react-media.min.js" ,
1813 "release" : " node ./scripts/release.js" ,
5146 "react" : " ^15.3.0" ,
5247 "react-dom" : " ^15.3.0" ,
5348 "readline-sync" : " ^1.4.4" ,
54- "rimraf" : " ^2.5.4" ,
5549 "webpack" : " ^1.13.1"
5650 },
5751 "keywords" : [
You can’t perform that action at this time.
0 commit comments