File tree Expand file tree Collapse file tree 5 files changed +10
-78
lines changed
Expand file tree Collapse file tree 5 files changed +10
-78
lines changed Original file line number Diff line number Diff line change 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
1413script :
15- - gulp
14+ - npm run build
Original file line number Diff line number Diff 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.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments