diff --git a/package.json b/package.json index e43240c..4cb608b 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "Leaflet.vector-markers", - "version": "0.0.6", + "name": "@ajf2/leaflet.vector-markers", + "version": "0.0.7", "description": "Vector SVG markers for Leaflet, with an option for Font Awesome/Twitter Bootstrap icons.", "main": "dist/leaflet-vector-markers.js", "repository": { "type": "git", - "url": "https://github.com/hiasinho/Leaflet.vector-markers.git" + "url": "git+https://github.com/ajf2/Leaflet.vector-markers.git" }, "scripts": { "clean:lib": "rimraf ./lib", @@ -26,11 +26,11 @@ }, "dependencies": { "autoprefixer": "^6.3.7", - "leaflet": "^0.7.0", + "leaflet": "^1.0.0", "postcss-loader": "^0.9.1" }, "peerDependencies": { - "leaflet": "^0.7.0" + "leaflet": "^1.0.0" }, "devDependencies": { "babel-cli": "^6.9.0", @@ -61,14 +61,11 @@ "Icon" ], "author": "Mathias Maisberger ", - "licenses": { - "type": "MIT", - "url": "http://www.opensource.org/licenses/mit-license.php" - }, + "license": "MIT", "bugs": { - "url": "https://github.com/hiasinho/Leaflet.vector-markers/issues" + "url": "https://github.com/ajf2/Leaflet.vector-markers/issues" }, - "homepage": "https://github.com/hiasinho/Leaflet.vector-markers", + "homepage": "https://github.com/ajf2/Leaflet.vector-markers", "jest": { "scriptPreprocessor": "/node_modules/babel-jest", "unmockedModulePathPatterns": [ @@ -79,5 +76,8 @@ "/src/Icon", "/src/VectorMarkers" ] + }, + "directories": { + "example": "examples" } -} \ No newline at end of file +}