Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jap Mul Eindbaas committed Feb 6, 2017
1 parent 104a47e commit 0bcc8e6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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 <[email protected]>",
"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"
}
}

0 comments on commit 0bcc8e6

Please sign in to comment.