This repository was archived by the owner on Oct 4, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +22
-63
lines changed Expand file tree Collapse file tree 6 files changed +22
-63
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-inject
22
3+ [ ![ Latest release] ( http://img.shields.io/bower/v/purescript-inject.svg )] ( https://github.com/purescript/purescript-inject/releases )
34[ ![ Build Status] ( https://travis-ci.org/purescript/purescript-inject.svg?branch=master )] ( https://travis-ci.org/purescript/purescript-inject )
5+ [ ![ Dependency Status] ( https://www.versioneye.com/user/projects/55848cb436386100150003fe/badge.svg?style=flat )] ( https://www.versioneye.com/user/projects/55848cb436386100150003fe )
46
57Inject typeclass.
68
@@ -12,4 +14,4 @@ bower install purescript-inject
1214
1315## Module documentation
1416
15- - [ Data.Inject] ( docs/Data. Inject.md )
17+ - [ Data.Inject] ( docs/Data/ Inject.md )
Original file line number Diff line number Diff line change 11{
22 "name" : " purescript-inject" ,
3- "homepage" : " https://github.com/purescript-contrib /purescript-inject" ,
3+ "homepage" : " https://github.com/purescript/purescript-inject" ,
44 "description" : " Inject typeclass" ,
55 "keywords" : [
66 " purescript"
77 ],
88 "license" : " MIT" ,
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " git://github.com/purescript/purescript-inject.git"
12+ },
913 "ignore" : [
1014 " **/.*" ,
11- " node_modules" ,
1215 " bower_components" ,
13- " examples" ,
14- " dist"
16+ " node_modules" ,
17+ " output" ,
18+ " test" ,
19+ " bower.json" ,
20+ " package.json"
1521 ],
1622 "dependencies" : {
1723 "purescript-coproducts" : " ^0.4.0"
File renamed without changes.
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" : " pulp build && rimraf docs && pulp docs"
6+ },
37 "devDependencies" : {
4- "gulp" : " ^3.8.11" ,
5- "gulp-plumber" : " ^1.0.0" ,
6- "gulp-purescript" : " ^0.5.0-rc.1" ,
7- "rimraf" : " ^2.3.3"
8+ "pulp" : " ^4.0.2" ,
9+ "rimraf" : " ^2.4.1"
810 }
911}
You can’t perform that action at this time.
0 commit comments