File tree Expand file tree Collapse file tree 3 files changed +42
-3
lines changed
Expand file tree Collapse file tree 3 files changed +42
-3
lines changed Original file line number Diff line number Diff line change 77 - bower install
88script :
99 - pulp build
10+ after_success :
11+ - >-
12+ test $TRAVIS_TAG &&
13+ echo $GITHUB_TOKEN | pulp login &&
14+ echo y | pulp publish --no-push
Original file line number Diff line number Diff line change 1616 " output"
1717 ],
1818 "dependencies" : {
19- "purescript-prelude" : " ^3.0 .0" ,
20- "purescript-maps" : " ^3.0 .0" ,
21- "purescript-datetime" : " ^3.0 .0"
19+ "purescript-prelude" : " ^3.1 .0" ,
20+ "purescript-maps" : " ^3.5 .0" ,
21+ "purescript-datetime" : " ^3.3 .0"
2222 },
2323 "devDependencies" : {
2424 "purescript-psci-support" : " ^3.0.0"
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " purescript-node-os" ,
3+ "description" : " bindings to node's os module" ,
4+ "directories" : {
5+ "test" : " test"
6+ },
7+ "scripts" : {
8+ "test" : " pulp test" ,
9+ "clean" : " rimraf output .psa-stash" ,
10+ "build" : " pulp build -- --censor-lib --strict --stash" ,
11+ "repl" : " pulp psci"
12+ },
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " git+https://github.com/Thimoteus/purescript-node-os.git"
16+ },
17+ "keywords" : [
18+ " purescript" ,
19+ " node" ,
20+ " node-os"
21+ ],
22+ "author" : " thimoteus" ,
23+ "license" : " MIT" ,
24+ "bugs" : {
25+ "url" : " https://github.com/Thimoteus/purescript-node-os/issues"
26+ },
27+ "homepage" : " https://github.com/Thimoteus/purescript-node-os#readme" ,
28+ "dependencies" : {
29+ "purescript" : " ^0.11.6" ,
30+ "purescript-psa" : " ^0.5.1" ,
31+ "rimraf" : " ^2.6.1" ,
32+ "pulp" : " ^11.0.2"
33+ }
34+ }
You can’t perform that action at this time.
0 commit comments