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
1
6
/bower_components /
2
7
/node_modules /
3
- /.pulp-cache /
4
8
/output /
5
- /.psc *
6
- /.psa *
Original file line number Diff line number Diff line change 16
16
" package.json"
17
17
],
18
18
"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 "
23
23
}
24
24
}
Original file line number Diff line number Diff line change 5
5
"build" : " pulp build -- --censor-lib --strict"
6
6
},
7
7
"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 "
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments