Skip to content

Commit

Permalink
Upgrade deps (#2)
Browse files Browse the repository at this point in the history
* Upgraded deps

* update deps add travis

* add aff to deps
  • Loading branch information
safareli authored Oct 1, 2019
1 parent 83d201b commit 376c444
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js
dist: trusty
sudo: required
node_js: stable
install:
- npm install -g bower
- npm install
- bower install --production
script:
- npm run -s build
after_success:
- >-
test $TRAVIS_TAG &&
echo $GITHUB_TOKEN | pulp login &&
echo y | pulp publish --no-push
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
],
"dependencies": {
"purescript-prelude": "^4.0.0",
"purescript-argonaut": "^5.0.0",
"purescript-argonaut": "^6.0.0",
"purescript-effect": "^2.0.1",
"purescript-node-path": "^3.0.0",
"purescript-eth-core": "^4.0.0"
"purescript-eth-core": "^5.0.0",
"purescript-aff": "^5.1.2"
},
"devDependencies": {
"purescript-debug": "latest",
Expand Down
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{
"private": true,
"scripts": {
"build": "pulp build -- --strict",
"docs": "pulp test",
"postinstall": "bower install"
"build": "pulp build -- --strict"
},
"devDependencies": {
"purescript": "^0.12.0",
"pulp": "^12.2.0",
"purescript-psa": "^0.6.0",
"dependencies": {
"bn.js": "^4.11.0",
"ethjs-provider-http": "^0.1.6",
"mkdirp": "^0.5.1",
"keccak": "^1.0.2",
"secp256k1": "^3.0.1",
"bower": "^1.8.2",
"rlp": "^2.0.0",
"solc": "^0.5"
},
"devDependencies": {
"purescript-psa": "^0.7.3",
"purescript": "^0.13.0",
"pulp": "^13.0.0"
}
}

0 comments on commit 376c444

Please sign in to comment.