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

Commit 522e1d6

Browse files
committed
Remove test dependencies (for now, pending updates)
1 parent 4f0b26a commit 522e1d6

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

bower.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,5 @@
3030
"purescript-nullable": "^3.0.0",
3131
"purescript-prelude": "^3.0.0",
3232
"purescript-unsafe-coerce": "^3.0.0"
33-
},
34-
"devDependencies": {
35-
"purescript-aff": "^3.0.0",
36-
"purescript-test-unit": "^10.0.0",
37-
"purescript-exitcodes": "^2.0.0",
38-
"purescript-phantom": "^1.0.1"
3933
}
4034
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"build": "eslint src && pulp build -- --censor-lib --strict"
66
},
77
"devDependencies": {
8-
"eslint": "^3.8.1",
9-
"phantomjs-prebuilt": "^2.1.13",
8+
"eslint": "^3.19.0",
9+
"phantomjs-prebuilt": "^2.1.14",
1010
"pulp": "^11.0.0",
1111
"purescript-psa": "^0.5.0",
1212
"purescript": "^0.11.1",
13-
"rimraf": "^2.5.4"
13+
"rimraf": "^2.6.1"
1414
}
1515
}

0 commit comments

Comments
 (0)