Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit e3240c8

Browse files
authored
Merge pull request #55 from purescript-contrib/bump-dependencies
Update dependencies
2 parents 0fbfc89 + 0cdf4d8 commit e3240c8

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"purescript-exceptions": "^1.0.0",
2626
"purescript-foldable-traversable": "^1.0.0",
2727
"purescript-foreign": "^1.0.0",
28-
"purescript-js-date": "^1.0.0",
28+
"purescript-js-date": "^2.0.0",
2929
"purescript-media-types": "^1.0.0",
3030
"purescript-nullable": "^1.0.0",
3131
"purescript-prelude": "^1.0.0",

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "jshint src && jscs src && psa \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" --censor-lib --strict",
6-
"test": "psc \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" \"test/**/*.purs\" && psc-bundle \"output/**/*.js\" --module Test.Main --main Test.Main | node"
5+
"build": "jshint src && jscs src && pulp build --censor-lib --strict"
76
},
87
"devDependencies": {
9-
"jscs": "^2.8.0",
10-
"jshint": "^2.9.1",
11-
"pulp": "^8.2.0",
12-
"purescript-psa": "^0.3.8",
13-
"rimraf": "^2.5.0"
8+
"jscs": "^3.0.7",
9+
"jshint": "^2.9.2",
10+
"pulp": "^9.0.1",
11+
"purescript-psa": "^0.3.9",
12+
"rimraf": "^2.5.4"
1413
}
1514
}

0 commit comments

Comments
 (0)