Skip to content

Commit 73fb16d

Browse files
authored
Merge pull request #9 from anilanar/ps-0.11
update for purescript 0.11
2 parents 6645840 + 9404c80 commit 73fb16d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"package.json"
2121
],
2222
"devDependencies": {
23-
"purescript-assert": "^2.0.0",
24-
"purescript-console": "^2.0.0"
23+
"purescript-assert": "^3.0.0",
24+
"purescript-console": "^3.0.0"
2525
}
2626
}

Diff for: package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "jshint src && jscs src && pulp build --censor-lib --strict",
5+
"build": "jshint src && jscs src && pulp build -- --censor-lib --strict",
66
"test": "pulp test"
77
},
88
"devDependencies": {
9-
"jscs": "^2.8.0",
10-
"jshint": "^2.9.1",
11-
"pulp": "^9.0.0",
12-
"purescript-psa": "^0.3.8",
13-
"rimraf": "^2.5.0"
9+
"jscs": "^3.0.7",
10+
"jshint": "^2.9.4",
11+
"pulp": "^11.0.0",
12+
"purescript-psa": "^0.5.0",
13+
"rimraf": "^2.6.1"
1414
}
1515
}

0 commit comments

Comments
 (0)