Skip to content

Commit c842e6d

Browse files
authored
Merge pull request #3 from garyb/ps-0.11
Update for PureScript 0.11
2 parents 35ad4bb + a12f1da commit c842e6d

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"output"
1313
],
1414
"dependencies": {
15-
"purescript-prelude": "^2.3.0",
16-
"purescript-console": "^2.0.0",
17-
"purescript-halogen-vdom": "^1.0.1"
15+
"purescript-prelude": "^3.0.0",
16+
"purescript-console": "^3.0.0",
17+
"purescript-halogen-vdom": "^2.0.0"
1818
}
1919
}

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "pulp build -- --censor-lib --strict",
6-
"test": "pulp test"
5+
"build": "pulp build -- --censor-lib --strict"
76
},
87
"devDependencies": {
9-
"pulp": "^10.0.0",
10-
"purescript-psa": "^0.4.0",
11-
"purescript": "^0.10.7",
12-
"rimraf": "^2.5.0"
8+
"pulp": "^11.0.0",
9+
"purescript-psa": "^0.5.1",
10+
"purescript": "^0.11.4",
11+
"rimraf": "^2.6.1"
1312
}
1413
}

0 commit comments

Comments
 (0)