Skip to content

Commit 768ed66

Browse files
authored
Merge pull request #5 from anilanar/ps-0.11
update for purescript 0.11
2 parents cc374f1 + 0cee0da commit 768ed66

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"url": "git://github.com/purescript-node/purescript-node-url.git"
1313
},
1414
"dependencies": {
15-
"purescript-nullable": "^2.0.0"
15+
"purescript-nullable": "^3.0.0"
1616
}
1717
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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": {
99
"jscs": "^3.0.7",
1010
"jshint": "^2.9.4",
11-
"pulp": "^9.0.1",
12-
"purescript-psa": "^0.3.9",
13-
"purescript": "^0.10.1",
14-
"rimraf": "^2.5.4"
11+
"pulp": "^11.0.0",
12+
"purescript": "^0.11.1",
13+
"purescript-psa": "^0.5.0",
14+
"rimraf": "^2.6.1"
1515
}
1616
}

0 commit comments

Comments
 (0)