Skip to content

Commit 5bbac73

Browse files
committed
Remove pulp dep usage
1 parent 85b1147 commit 5bbac73

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ install:
1111
- chmod a+x $HOME/purescript
1212
- npm install -g bower
1313
- npm install
14+
- bower install
1415
script:
1516
- npm run build
1617
- npm test

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"private": true,
33
"scripts": {
4-
"postinstall": "pulp dep install",
54
"clean": "rimraf output && rimraf .pulp-cache",
65
"build": "jshint src && jscs src && pulp build",
76
"test": "pulp test"

0 commit comments

Comments
 (0)