File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1+ /. *
2+ ! /.gitignore
3+ ! /.eslintrc.json
4+ ! /.travis.yml
5+ package-lock.json
16/bower_components /
27/node_modules /
3- /.pulp-cache /
48/output /
5- /.psc *
6- /.psa *
Original file line number Diff line number Diff line change 1616 " package.json"
1717 ],
1818 "dependencies" : {
19- "purescript-media-types" : " #compiler/0.12 " ,
20- "purescript-prelude" : " #compiler/0.12 " ,
21- "purescript-web-clipboard" : " #compiler/0.12 " ,
22- "purescript-web-touchevents" : " #compiler/0.12 "
19+ "purescript-media-types" : " ^4.0.0 " ,
20+ "purescript-prelude" : " ^4.0.0 " ,
21+ "purescript-web-clipboard" : " ^1.0.0 " ,
22+ "purescript-web-touchevents" : " ^1.0.0 "
2323 }
2424}
Original file line number Diff line number Diff line change 55 "build" : " pulp build -- --censor-lib --strict"
66 },
77 "devDependencies" : {
8- "pulp" : " ^11.0 .0" ,
9- "purescript-psa" : " ^0.5.1 " ,
10- "purescript" : " ^0.11.1 " ,
11- "rimraf" : " ^2.5.4 "
8+ "pulp" : " ^12.2 .0" ,
9+ "purescript-psa" : " ^0.6.0 " ,
10+ "purescript" : " slamdata/node-purescript#0.12 " ,
11+ "rimraf" : " ^2.6.2 "
1212 }
1313}
You can’t perform that action at this time.
0 commit comments