update deps and bump travis node version
This commit is contained in:
parent
c22ee29d79
commit
a626826974
@ -15,6 +15,7 @@
|
||||
"spaced-comment": 2,
|
||||
"strict": 0,
|
||||
"wrap-iife": 0,
|
||||
"key-spacing": 0
|
||||
"key-spacing": 0,
|
||||
"consistent-return": 0
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
sudo: false
|
||||
language: node_js
|
||||
node_js: 0.12
|
||||
node_js: stable
|
||||
addons:
|
||||
artifacts:
|
||||
paths:
|
||||
|
@ -16,7 +16,7 @@ git commit -m "v$VERSION"
|
||||
git tag v$VERSION -f
|
||||
git push --tags -f
|
||||
|
||||
npm publish --tag beta
|
||||
npm publish --tag rc
|
||||
|
||||
git checkout master
|
||||
git branch -D build
|
||||
|
26
package.json
26
package.json
@ -3,23 +3,23 @@
|
||||
"version": "1.0.0-rc.1",
|
||||
"description": "JavaScript library for mobile-friendly interactive maps",
|
||||
"devDependencies": {
|
||||
"eslint": "^1.5.1",
|
||||
"eslint-config-mourner": "^1.0.0",
|
||||
"happen": "~0.2.0",
|
||||
"eslint": "^2.8.0",
|
||||
"eslint-config-mourner": "^2.0.1",
|
||||
"happen": "~0.3.1",
|
||||
"jake": "~8.0.12",
|
||||
"karma": "~0.13.9",
|
||||
"karma-chrome-launcher": "^0.2.0",
|
||||
"karma-coverage": "~0.5.1",
|
||||
"karma-firefox-launcher": "~0.1.6",
|
||||
"karma-mocha": "~0.2.0",
|
||||
"karma": "~0.13.22",
|
||||
"karma-chrome-launcher": "^0.2.3",
|
||||
"karma-coverage": "~0.5.5",
|
||||
"karma-firefox-launcher": "~0.1.7",
|
||||
"karma-mocha": "~0.2.2",
|
||||
"karma-phantomjs-launcher": "^1.0.0",
|
||||
"karma-safari-launcher": "~0.1.1",
|
||||
"leafdoc": "^1.2.0",
|
||||
"magic-string": "^0.7.0",
|
||||
"mocha": "~2.3.0",
|
||||
"phantomjs-prebuilt": "^2.1.4",
|
||||
"leafdoc": "^1.2.1",
|
||||
"magic-string": "^0.11.4",
|
||||
"mocha": "~2.4.5",
|
||||
"phantomjs-prebuilt": "^2.1.7",
|
||||
"prosthetic-hand": "^1.3.0",
|
||||
"uglify-js": "~2.4.23"
|
||||
"uglify-js": "~2.6.2"
|
||||
},
|
||||
"main": "dist/leaflet-src.js",
|
||||
"style": "dist/leaflet.css",
|
||||
|
@ -4,7 +4,8 @@
|
||||
"quotes": 0,
|
||||
"no-shadow": 0,
|
||||
"no-irregular-whitespace": 0,
|
||||
"no-console": 0
|
||||
"no-console": 0,
|
||||
"no-extend-native": 0
|
||||
},
|
||||
"env": {
|
||||
"mocha": true
|
||||
|
Loading…
Reference in New Issue
Block a user