Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit acd430a

Browse files
committed
Update package jsons
1 parent 03b5e5e commit acd430a

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

bower.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
{
2-
"name": "purescript-eff",
3-
"version": "0.1.0",
4-
"moduleType": [
5-
"node"
2+
"name": "purescript-prelude",
3+
"homepage": "https://github.com/purescript/purescript-eff",
4+
"description": "The Eff monad, for handling native side effects",
5+
"keywords": [
6+
"purescript"
67
],
8+
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "git://github.com/purescript/purescript-eff.git"
12+
},
713
"ignore": [
814
"**/.*",
9-
"node_modules",
1015
"bower_components",
11-
"output"
16+
"node_modules",
17+
"output",
18+
"test",
19+
"bower.json",
20+
"gulpfile.js",
21+
"package.json"
1222
],
1323
"dependencies": {
1424
"purescript-prelude": "~0.1.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"gulp-jscs": "^1.6.0",
66
"gulp-jshint": "^1.10.0",
77
"gulp-plumber": "^1.0.0",
8-
"gulp-purescript": "^0.3.1"
8+
"gulp-purescript": "^0.5.0"
99
}
1010
}

0 commit comments

Comments
 (0)