Skip to content

Commit b99ffea

Browse files
committed
updates for 0.11.x
1 parent 61d3850 commit b99ffea

File tree

3 files changed

+42
-3
lines changed

3 files changed

+42
-3
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ install:
77
- bower install
88
script:
99
- pulp build
10+
after_success:
11+
- >-
12+
test $TRAVIS_TAG &&
13+
echo $GITHUB_TOKEN | pulp login &&
14+
echo y | pulp publish --no-push

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
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"

package.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
}

0 commit comments

Comments
 (0)