Version bumps ahead of v0.10.1

Use SPDX format in licence field
This commit is contained in:
Lovell Fuller 2015-05-31 19:35:24 +01:00
parent fa8f06f07d
commit 21b0d8c7f7

View File

@ -42,21 +42,21 @@
"vips" "vips"
], ],
"dependencies": { "dependencies": {
"bluebird": "^2.9.25", "bluebird": "^2.9.27",
"color": "^0.8.0", "color": "^0.8.0",
"nan": "^1.8.4", "nan": "^1.8.4",
"semver": "^4.3.4" "semver": "^4.3.5"
}, },
"devDependencies": { "devDependencies": {
"async": "^0.9.0", "async": "^1.0.0",
"coveralls": "^2.11.2", "coveralls": "^2.11.2",
"istanbul": "^0.3.13", "istanbul": "^0.3.14",
"mocha": "^2.2.4", "mocha": "^2.2.5",
"mocha-jshint": "^2.2.2", "mocha-jshint": "^2.2.3",
"node-cpplint": "^0.4.0", "node-cpplint": "^0.4.0",
"rimraf": "^2.3.3" "rimraf": "^2.3.4"
}, },
"license": "Apache 2.0", "license": "Apache-2.0",
"engines": { "engines": {
"node": ">=0.10" "node": ">=0.10"
} }