-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgraded deps * update deps add travis * add aff to deps
- Loading branch information
Showing
3 changed files
with
25 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |