diff --git a/package.json b/package.json index 277bbbf..0aa5ed0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "childnode-remove", - "version": "1.0.0", + "version": "1.0.1", "description": "ChildNode.remove() polyfill for IE", "main": "src/index.js", "scripts": { @@ -9,21 +9,21 @@ "build": "npm run compile && npm run compress" }, "repository": { - "type": "git", - "url": "https://github.com/JapMul/childnode-remove" + "type": "git", + "url": "https://github.com/JapMul/childnode-remove" }, "keywords": [ - "ChildNode", - "remove", - "polyfill" + "ChildNode", + "remove", + "polyfill" ], "author": "Jap Mul ", "license": "MIT", "bugs": { - "url": "https://github.com/JapMul/childnode-remove/issues" + "url": "https://github.com/JapMul/childnode-remove/issues" }, "devDependencies": { - "browserify": "^10.1.3", - "uglify-js": "^2.4.21" + "browserify": "^10.1.3", + "uglify-js": "^2.4.21" } }