Skip to content

Commit bf99222

Browse files
committed
Switch to pulp
1 parent 2a1fe66 commit bf99222

File tree

5 files changed

+10
-78
lines changed

5 files changed

+10
-78
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ install:
99
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
1010
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
1111
- chmod a+x $HOME/purescript
12-
- npm install bower gulp -g
13-
- npm install && bower install
12+
- npm install
1413
script:
15-
- gulp
14+
- npm run build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ bower install purescript-node-path
1414

1515
## Module documentation
1616

17-
- [Node.Path](docs/Node.Path.md)
17+
- [Node.Path](docs/Node/Path.md)
File renamed without changes.

gulpfile.js

Lines changed: 0 additions & 68 deletions
This file was deleted.

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"gulp": "^3.8.11",
5-
"gulp-jscs": "^1.6.0",
6-
"gulp-jshint": "^1.10.0",
7-
"gulp-plumber": "^1.0.0",
8-
"gulp-purescript": "^0.5.0-rc.1",
9-
"gulp-run": "~1.6.7",
4+
"pulp": "^4.3.0",
5+
"jscs": "^1.13.1",
6+
"jshint": "^2.8.0",
107
"rimraf": "^2.3.3"
8+
},
9+
"scripts": {
10+
"build": "jshint src && jscs src && pulp build && rimraf docs && pulp docs",
11+
"postinstall": "pulp dep install"
1112
}
1213
}

0 commit comments

Comments
 (0)