This repository was archived by the owner on Dec 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +13
-81
lines changed Expand file tree Collapse file tree 5 files changed +13
-81
lines changed Original file line number Diff line number Diff line change 11language : node_js
2+ sudo : false
23node_js :
34 - 0.10
45env :
89 - wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
910 - tar -xvf $HOME/purescript.tar.gz -C $HOME/
1011 - chmod a+x $HOME/purescript
11- - npm install bower gulp -g
12- - npm install && bower install
12+ - npm install
1313script :
14- - gulp
14+ - npm run build
Original file line number Diff line number Diff line change 11# purescript-globals
22
3+ [ ![ Latest release] ( http://img.shields.io/bower/v/purescript-globals.svg )] ( https://github.com/purescript/purescript-globals/releases )
34[ ![ Build Status] ( https://travis-ci.org/purescript/purescript-globals.svg?branch=master )] ( https://travis-ci.org/purescript/purescript-globals )
5+ [ ![ Dependency Status] ( https://www.versioneye.com/user/projects/55848c2b363861001b000195/badge.svg?style=flat )] ( https://www.versioneye.com/user/projects/55848c2b363861001b000195 )
46
57Typed definitions for standard Javascript globals.
68
Original file line number Diff line number Diff line change 1717 " output" ,
1818 " test" ,
1919 " bower.json" ,
20- " gulpfile.js" ,
2120 " package.json"
2221 ],
2322 "devDependencies" : {
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.2" ,
11+ "rimraf" : " ^2.4.1"
1112 }
1213}
You can’t perform that action at this time.
0 commit comments