File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v2
14
14
15
15
- uses : purescript-contrib/setup-purescript@main
16
+ with :
17
+ purescript : " 0.14.0-rc3"
16
18
17
19
- uses : actions/setup-node@v1
18
20
with :
Original file line number Diff line number Diff line change 15
15
" package.json"
16
16
],
17
17
"dependencies" : {
18
- "purescript-js-date" : " 6 " ,
19
- "purescript-web-dom" : " 2 - 4 " ,
20
- "purescript-web-file" : " 2 " ,
21
- "purescript-web-storage" : " 3 "
18
+ "purescript-js-date" : " main " ,
19
+ "purescript-web-dom" : " master " ,
20
+ "purescript-web-file" : " master " ,
21
+ "purescript-web-storage" : " master "
22
22
}
23
23
}
Original file line number Diff line number Diff line change 5
5
"build" : " eslint src && pulp build -- --censor-lib --strict"
6
6
},
7
7
"devDependencies" : {
8
- "eslint" : " ^4.19.1 " ,
9
- "pulp" : " ^12.2 .0" ,
10
- "purescript-psa" : " ^0.6 .0" ,
11
- "rimraf" : " ^2.6 .2"
8
+ "eslint" : " ^7.15.0 " ,
9
+ "pulp" : " ^15.0 .0" ,
10
+ "purescript-psa" : " ^0.8 .0" ,
11
+ "rimraf" : " ^3.0 .2"
12
12
}
13
13
}
Original file line number Diff line number Diff line change 1
- /* global window */
2
1
"use strict" ;
3
2
4
3
exports . window = function ( ) {
Original file line number Diff line number Diff line change 1
- /* global Image */
2
1
"use strict" ;
3
2
4
3
exports . create = function ( ) {
You can’t perform that action at this time.
0 commit comments