File tree Expand file tree Collapse file tree 3 files changed +11
-56
lines changed Expand file tree Collapse file tree 3 files changed +11
-56
lines changed Original file line number Diff line number Diff line change 1
1
# purescript-graphs
2
2
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.
4
8
5
9
## Installation
6
10
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
+ "scripts" : {
4
+ "postinstall" : " pulp dep install" ,
5
+ "build" : " pulp build && rimraf docs && pulp docs"
6
+ },
3
7
"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"
8
10
}
9
11
}
You can’t perform that action at this time.
0 commit comments