Skip to content

Commit 8a572e7

Browse files
committed
Update build & dependencies
1 parent 9492207 commit 8a572e7

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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*

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
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
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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
}

0 commit comments

Comments
 (0)