Skip to content
This repository was archived by the owner on Jun 6, 2018. It is now read-only.

Commit 355da83

Browse files
committed
Update build
1 parent 83a5133 commit 355da83

File tree

5 files changed

+11
-61
lines changed

5 files changed

+11
-61
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: node_js
2+
sudo: false
23
node_js:
34
- 0.10
45
env:
@@ -8,8 +9,6 @@ install:
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 grunt-cli -g
1212
- npm install
13-
- bower install
1413
script:
15-
- grunt
14+
- npm run build

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# purescript-coproducts
22

3+
[![Latest release](http://img.shields.io/bower/v/purescript-coproducts.svg)](https://github.com/purescript/purescript-coproducts/releases)
34
[![Build Status](https://travis-ci.org/purescript/purescript-coproducts.svg?branch=master)](https://travis-ci.org/purescript/purescript-coproducts)
5+
[![Dependency Status](https://www.versioneye.com/user/projects/55848c86363861001b00019d/badge.svg?style=flat)](https://www.versioneye.com/user/projects/55848c86363861001b00019d)
46

57
Functor coproducts.
68

@@ -12,4 +14,4 @@ bower install purescript-coproducts
1214

1315
## Module documentation
1416

15-
- [Data.Functor.Coproduct](docs/Data.Functor.Coproduct.md)
17+
- [Data.Functor.Coproduct](docs/Data/Functor/Coproduct.md)
File renamed without changes.

gulpfile.js

Lines changed: 0 additions & 51 deletions
This file was deleted.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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-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-
"rimraf": "^2.3.3"
8+
"pulp": "^4.0.1",
9+
"rimraf": "^2.4.1"
1010
}
1111
}

0 commit comments

Comments
 (0)