Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Updates for 0.9 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
natefaubion authored Jul 24, 2016
1 parent bae3660 commit 1d23061
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 83 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
node_js:
- 0.10
- 5
install:
- npm install bower gulp -g
- npm install bower -g
- npm install && bower install
script:
- gulp
- node test.js
- npm test
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"tests"
],
"devDependencies": {
"purescript-prelude": "^0.1.3",
"purescript-console": "^0.1.1",
"purescript-eff": "^0.1.1"
"purescript-prelude": "^1.0.0",
"purescript-console": "^1.0.0",
"purescript-eff": "^1.0.0"
}
}
59 changes: 0 additions & 59 deletions gulpfile.js

This file was deleted.

27 changes: 12 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{
"name": "purescript-chalky",
"description": "PureScript bindings to chalk library",
"repository": {
"type": "git",
"url": "https://github.com/slamdata/purescript-chalky.git"
"private": true,
"scripts": {
"clean": "rimraf output",
"build": "pulp build --censor-lib --strict",
"test": "pulp test"
},
"author": "Maxim Zimaliev <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/slamdata/purescript-chalky/issues"
},
"homepage": "https://github.com/slamdata/purescript-chalky",
"dependencies": {
"chalk": "^1.1.1",
"gulp": "^3.9.0",
"gulp-purescript": "^0.7.0",
"purescript": "^0.7.5-rc.2"
"chalk": "^1.1.1"
},
"devDependencies": {
"pulp": "^9.0.1",
"purescript": "^0.9.1",
"purescript-psa": "^0.3.9",
"rimraf": "^2.5.2"
}
}
2 changes: 0 additions & 2 deletions src/Text/Chalky.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// module Text.Chalky

var chalk = require("chalk");

exports.reset = chalk.reset;
Expand Down

0 comments on commit 1d23061

Please sign in to comment.