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

Commit 2230d07

Browse files
authored
0.9 updates (#19)
0.9 updates
1 parent d7955fa commit 2230d07

File tree

147 files changed

+14455
-11014
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+14455
-11014
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: node_js
2+
sudo: required
23
node_js:
34
- 5
45
install:
56
- npm install bower gulp -g
67
- npm install && bower install
78
script:
8-
- travis_wait gulp concat
9+
- npm run build

bower.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purescript-echarts",
3-
"license": "MIT",
3+
"license": "Apache-2.0",
44
"authors": [
55
"John A. De Goes <[email protected]> (http://degoes.net)",
66
"Maxim Zimaliev <[email protected]>"
@@ -20,18 +20,22 @@
2020
],
2121
"dependencies": {
2222
"echarts": "~2.1.10",
23-
"purescript-argonaut-codecs": "^0.6.0",
24-
"purescript-argonaut-core": "^0.2.0",
25-
"purescript-datetime": "^0.9.0",
26-
"purescript-dom": "^0.2.6",
27-
"purescript-globals": "^0.2.0"
23+
"purescript-argonaut": "^1.0.0",
24+
"purescript-datetime": "^1.0.0",
25+
"purescript-dom": "^1.1.0",
26+
"purescript-globals": "^1.0.0",
27+
"purescript-js-date": "^1.2.0",
28+
"purescript-unsafe-coerce": "^1.0.0"
2829
},
2930
"devDependencies": {
30-
"purescript-console": "^0.1.1",
31-
"purescript-random": "^0.2.0",
32-
"purescript-signal": "^4.1.0"
31+
"purescript-debug": "^1.0.0",
32+
"purescript-formatters": "^0.0.4",
33+
"purescript-random": "^1.0.0",
34+
"purescript-nonempty": "^1.1.0",
35+
"purescript-signal": "^6.0.0",
36+
"purescript-now": "^1.0.0"
3337
},
3438
"resolutions": {
35-
"purescript-dom": "^0.2.4"
39+
"purescript-dom": "^1.1.0"
3640
}
3741
}

0 commit comments

Comments
 (0)