File tree Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "bitwise" : true ,
3
+ "eqeqeq" : true ,
4
+ "forin" : true ,
5
+ "freeze" : true ,
6
+ "funcscope" : true ,
7
+ "futurehostile" : true ,
8
+ "globalstrict" : true ,
9
+ "latedef" : true ,
10
+ "maxparams" : 1 ,
11
+ "noarg" : true ,
12
+ "nocomma" : true ,
13
+ "nonew" : true ,
14
+ "notypeof" : true ,
15
+ "singleGroups" : true ,
16
+ "undef" : true ,
17
+ "unused" : true ,
18
+ "eqnull" : true
19
+ }
20
+
Original file line number Diff line number Diff line change 3
3
"moduleType" : [
4
4
" node"
5
5
],
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " git://github.com/purescript-node/purescript-node-process"
9
+ },
6
10
"ignore" : [
7
11
" **/.*" ,
8
12
" node_modules" ,
14
18
"purescript-maps" : " ~0.5.4" ,
15
19
"purescript-node-streams" : " ~0.3.0" ,
16
20
"purescript-maybe" : " ~0.3.5" ,
17
- "purescript-exceptions" : " ~0.3.3"
21
+ "purescript-exceptions" : " ~0.3.3" ,
22
+ "purescript-unsafe-coerce" : " ~0.1.0"
18
23
}
19
24
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "private" : true ,
3
+ "scripts" : {
4
+ "postinstall" : " pulp dep install" ,
5
+ "build" : " jshint src && pulp build && rimraf docs && pulp docs"
6
+ },
7
+ "devDependencies" : {
8
+ "jshint" : " ^2.8.0" ,
9
+ "pulp" : " ^5.0.2" ,
10
+ "rimraf" : " ^2.4.4"
11
+ }
12
+ }
You can’t perform that action at this time.
0 commit comments