File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ lib
12node_modules
Original file line number Diff line number Diff line change 22 "name" : " immutable-proxy" ,
33 "version" : " 0.0.1" ,
44 "description" : " access immutable values more easily" ,
5- "main" : " index.js" ,
5+ "main" : " lib/ index.js" ,
66 "peerDependencies" : {
77 "immutable" : " ^3.7.6"
88 },
1919 },
2020 "scripts" : {
2121 "test" : " mocha tests --compilers js:babel-register --recursive --harmony_shipping " ,
22- "build" : " babel src/index.js --out-file index.js && npm run build-umd && npm run build-min" ,
22+ "build" : " babel src -d lib && npm run build-umd && npm run build-min" ,
2323 "build-umd" : " NODE_ENV=production webpack src/index.js umd/index.js" ,
2424 "build-min" : " NODE_ENV=production webpack -p src/index.js umd/index.min.js"
2525 },
You can’t perform that action at this time.
0 commit comments