mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-08 22:04:44 +00:00
Add node 4 to travis; remove <1.0.0 limitation from package.json
This commit is contained in:
parent
6886d377b7
commit
30c64ec9c1
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "4"
|
||||
- "0.12"
|
||||
- "0.11"
|
||||
- "0.10"
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
"istanbul": "0.3.x"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4.0 && <1.0.0"
|
||||
"node": ">=0.4.0"
|
||||
},
|
||||
"main": "./dist/fabric.js"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue