Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
clean up dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grmble committed Jun 23, 2018
1 parent 9eb8bf9 commit 6df8f3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ node_js: lts/*
install:
- npm install -g bower purescript pulp
script:
- bower install --production
- pulp build
- bower install
- pulp test
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
"output"
],
"dependencies": {
"purescript-prelude": "^4.0.1",
"purescript-console": "^4.1.0",
"purescript-aff": "^5.0.0",
"purescript-foreign": "^5.0.0"
},
"devDependencies": {
"purescript-console": "^4.1.0",
"purescript-psci-support": "^4.0.0"
}
}

0 comments on commit 6df8f3f

Please sign in to comment.