File tree Expand file tree Collapse file tree 5 files changed +15
-84
lines changed Expand file tree Collapse file tree 5 files changed +15
-84
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 11# purescript-arrays
22
3+ [ ![ Latest release] ( http://img.shields.io/bower/v/purescript-arrays.svg )] ( https://github.com/purescript/purescript-arrays/releases )
34[ ![ Build Status] ( https://travis-ci.org/purescript/purescript-arrays.svg?branch=master )] ( https://travis-ci.org/purescript/purescript-arrays )
5+ [ ![ Dependency Status] ( https://www.versioneye.com/user/projects/55848c27363861001d000328/badge.svg?style=flat )] ( https://www.versioneye.com/user/projects/55848c27363861001d000328 )
46
57Utility functions for the ` Array ` type - JavaScript's native arrays.
68
@@ -12,6 +14,6 @@ bower install purescript-arrays
1214
1315## Module documentation
1416
15- - [ Data.Array] ( docs/Data. Array.md )
16- - [ Data.Array.ST] ( docs/Data. Array. ST.md )
17- - [ Data.Array.Unsafe] ( docs/Data. Array. Unsafe.md )
17+ - [ Data.Array] ( docs/Data/ Array.md )
18+ - [ Data.Array.ST] ( docs/Data/ Array/ ST.md )
19+ - [ Data.Array.Unsafe] ( docs/Data/ Array/ Unsafe.md )
Original file line number Diff line number Diff line change 1616 " node_modules" ,
1717 " output" ,
1818 " bower.json" ,
19- " gulpfile.js" ,
2019 " package.json"
2120 ],
2221 "dependencies" : {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
3+ "scripts" : {
4+ "postinstall" : " pulp dep install" ,
5+ "build" : " jshint src && jscs src && pulp test && rimraf docs && pulp docs"
6+ },
37 "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" ,
10- "rimraf" : " ^2.3.3"
8+ "jscs" : " ^1.13.1" ,
9+ "jshint" : " ^2.8.0" ,
10+ "pulp" : " ^4.0.1" ,
11+ "rimraf" : " ^2.4.1"
1112 }
1213}
You can’t perform that action at this time.
0 commit comments