mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-10 18:14:13 +00:00
caret everything
This commit is contained in:
parent
287d5b39d5
commit
a8f925686d
1 changed files with 20 additions and 20 deletions
40
package.json
40
package.json
|
|
@ -24,29 +24,29 @@
|
|||
"dependencies": {
|
||||
"babel-runtime": "^5.4.4",
|
||||
"emit-then": "^1.0.2",
|
||||
"event-promise": "0.0.1",
|
||||
"flatmap": "0.0.3",
|
||||
"minecraft-data": "0.7.0",
|
||||
"minecraft-protocol": "0.16.6",
|
||||
"mkdirp": "0.5.1",
|
||||
"event-promise": "^0.0.1",
|
||||
"flatmap": "^0.0.3",
|
||||
"minecraft-data": "^0.7.0",
|
||||
"minecraft-protocol": "^0.16.6",
|
||||
"mkdirp": "^0.5.1",
|
||||
"moment": "^2.10.6",
|
||||
"node-dir": "~0.1.9",
|
||||
"node-dir": "^0.1.9",
|
||||
"node-promise-es6": "^0.3.0",
|
||||
"node-uuid": "^1.4.3",
|
||||
"prismarine-block": "0.1.0",
|
||||
"prismarine-chunk": "0.3.2",
|
||||
"prismarine-entity": "0.2.0",
|
||||
"prismarine-item": "0.0.0",
|
||||
"prismarine-block": "^0.1.0",
|
||||
"prismarine-chunk": "^0.3.2",
|
||||
"prismarine-entity": "^0.2.0",
|
||||
"prismarine-item": "^0.0.0",
|
||||
"prismarine-provider-anvil": "^0.2.0",
|
||||
"prismarine-windows": "0.0.0",
|
||||
"prismarine-world": "0.5.4",
|
||||
"prismarine-world-sync": "0.1.0",
|
||||
"prismarine-windows": "^0.0.0",
|
||||
"prismarine-world": "^0.5.4",
|
||||
"prismarine-world-sync": "^0.1.0",
|
||||
"random-seed": "^0.2.0",
|
||||
"range": "0.0.3",
|
||||
"range": "^0.0.3",
|
||||
"request-promise": "^0.4.3",
|
||||
"requireindex": "~1.0.0",
|
||||
"spiralloop": "1.0.2",
|
||||
"vec3": "0.1.3"
|
||||
"spiralloop": "^1.0.2",
|
||||
"vec3": "^0.1.3"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
@ -57,16 +57,16 @@
|
|||
"url": "http://github.com/PrismarineJS/flying-squid/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel": "5.8.23",
|
||||
"chai": "~3.2.0",
|
||||
"babel": "^5.8.23",
|
||||
"chai": "^3.2.0",
|
||||
"doctoc": "^0.15.0",
|
||||
"gulp": "^3.8.11",
|
||||
"gulp-babel": "^5.1.0",
|
||||
"gulp-plumber": "^1.0.1",
|
||||
"gulp-sourcemaps": "^1.3.0",
|
||||
"longjohn": "~0.2.8",
|
||||
"longjohn": "^0.2.8",
|
||||
"mineflayer": "^1.5.3",
|
||||
"mocha": "~2.3.4",
|
||||
"mocha": "^2.3.4",
|
||||
"require-self": "^0.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue