mirror of
https://github.com/konvajs/konva.git
synced 2025-10-14 03:24:54 +08:00
removed tildes from package json file to hopefully fix the build. There appears to be a versioning issue with one of the packages
This commit is contained in:
26
package.json
26
package.json
@@ -2,19 +2,19 @@
|
||||
"name": "KineticJS",
|
||||
"version": "4.7.4",
|
||||
"devDependencies": {
|
||||
"grunt-contrib-jshint": "~0.5.4",
|
||||
"grunt-contrib-nodeunit": "~0.1.2",
|
||||
"grunt-contrib-uglify": "~0.2.2",
|
||||
"grunt-contrib-concat": "~0.3.0",
|
||||
"grunt-replace": "~0.4.4",
|
||||
"grunt-contrib-clean": "~0.4.1",
|
||||
"mocha": "~1.12.0",
|
||||
"chai": "~1.7.2",
|
||||
"phantomjs": "~1.9.1-8",
|
||||
"mocha-phantomjs": "~3.1.2",
|
||||
"grunt-cli": "~0.1.9",
|
||||
"grunt": "~0.4.1",
|
||||
"connect": "~2.9.0"
|
||||
"grunt-contrib-jshint": "0.5.4",
|
||||
"grunt-contrib-nodeunit": "0.1.2",
|
||||
"grunt-contrib-uglify": "0.2.2",
|
||||
"grunt-contrib-concat": "0.3.0",
|
||||
"grunt-replace": "0.4.4",
|
||||
"grunt-contrib-clean": "0.4.1",
|
||||
"mocha": "1.12.0",
|
||||
"chai": "1.7.2",
|
||||
"phantomjs": "1.9.1-8",
|
||||
"mocha-phantomjs": "3.1.2",
|
||||
"grunt-cli": "0.1.9",
|
||||
"grunt": "0.4.1",
|
||||
"connect": "2.9.0"
|
||||
},
|
||||
"readmeFilename": "README.md",
|
||||
"main": "Gruntfile.js",
|
||||
|
Reference in New Issue
Block a user