Skip to content

Commit d218a05

Browse files
committed
Update build
1 parent c5d9e38 commit d218a05

File tree

3 files changed

+11
-56
lines changed

3 files changed

+11
-56
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# purescript-graphs
22

3-
A data structure and functions for graphs
3+
[![Latest release](http://img.shields.io/bower/v/purescript-graphs.svg)](https://github.com/purescript/purescript-graphs/releases)
4+
[![Build Status](https://travis-ci.org/purescript/purescript-graphs.svg?branch=master)](https://travis-ci.org/purescript/purescript-graphs)
5+
[![Dependency Status](https://www.versioneye.com/user/projects/55848ca2363861001d000343/badge.svg?style=flat)](https://www.versioneye.com/user/projects/55848ca2363861001d000343)
6+
7+
A data structure and functions for graphs.
48

59
## Installation
610

gulpfile.js

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

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +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-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
}

0 commit comments

Comments
 (0)