File tree 5 files changed +37
-73
lines changed
5 files changed +37
-73
lines changed Original file line number Diff line number Diff line change
1
+ /. *
2
+ ! /.gitignore
3
+ ! /.travis.yml
1
4
/bower_components /
2
5
/node_modules /
3
6
/output /
4
- /.psci *
5
- /src /.webpack.js
Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ dist : trusty
3
+ sudo : required
4
+ node_js : 6
5
+ install :
6
+ - npm install -g bower
7
+ - npm install
8
+ - bower install
9
+ script :
10
+ - npm run -s build
Original file line number Diff line number Diff line change 1
1
# purescript-node-url
2
2
3
- A wrapper for Node's URL and QueryString APIs
3
+ [ ![ Latest release] ( http://img.shields.io/bower/v/purescript-node-url.svg )] ( https://github.com/purescript-node/purescript-node-url/releases )
4
+ [ ![ Build Status] ( https://travis-ci.org/purescript-node/purescript-node-url.svg?branch=master )] ( https://travis-ci.org/purescript-node/purescript-node-url )
4
5
5
- - [ Module Documentation ] ( docs/ )
6
+ A wrapper for Node's ` URL ` and ` QueryString ` APIs
6
7
7
- ## Usage
8
+ ## Installation
8
9
9
- bower i purescript-node-url
10
+ ```
11
+ bower install purescript-node-url
12
+ ```
13
+
14
+ ## Documentation
15
+
16
+ Module documentation is [ published on Pursuit] ( http://pursuit.purescript.org/packages/purescript-node-url ) .
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "private" : true ,
3
+ "scripts" : {
4
+ "clean" : " rimraf output && rimraf .pulp-cache" ,
5
+ "build" : " pulp build --censor-lib --strict"
6
+ },
7
+ "devDependencies" : {
8
+ "pulp" : " ^9.0.0" ,
9
+ "purescript-psa" : " ^0.3.9" ,
10
+ "purescript" : " ^0.9.1" ,
11
+ "rimraf" : " ^2.5.0"
12
+ }
13
+ }
You can’t perform that action at this time.
0 commit comments