chai-leaflet
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "chai-leaflet", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Chai assertions to use with Leaflet map apps", | ||
"main": "chai-leaflet.js", | ||
"scripts": { | ||
"test": "npm run lint && npm run test-browser", | ||
"test": "npm run lint && npm run test-browser && npm run test-node", | ||
"lint": "eslint chai-leaflet.js test/*", | ||
@@ -28,13 +28,15 @@ "test-node": "mocha test/test.js", | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"eslint": "^2.7.0", | ||
"eslint-plugin-html": "^1.4.0", | ||
"leaflet": "^1.0.0-rc.1", | ||
"mocha": "^2.4.5", | ||
"chai": "^4.1.0", | ||
"eslint": "^4.3.0", | ||
"eslint-plugin-html": "^3.1.1", | ||
"leaflet": "^1.1.0", | ||
"leaflet-headless": "^0.2.6", | ||
"mocha": "^3.4.2", | ||
"mocha-phantomjs-core": "^2.0.1", | ||
"mversion": "^1.10.1", | ||
"phantomjs-prebuilt": "^2.1.4" | ||
}, | ||
"peerDependencies": { | ||
"chai": "^3.5.0" | ||
"chai": "^4.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
14050
9