Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
fixes for npm.js
  • Loading branch information
se-panfilov authored Dec 1, 2017
1 parent 10c391f commit e4c882c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-strip-code",
"version": "0.2.0",
"version": "0.2.1",
"description": "A rollup plugin to remove parts of code based on regular expressions.",
"main": "index.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/se-panfilov/rollup-plugin-uglify-bundle.git"
"url": "git+https://github.com/se-panfilov/rollup-plugin-strip-code.git"
},
"author": "Sergei Panfilov <se-panfilov@ya.ru> (https://se-panfilov.github.io)",
"license": "MIT",
Expand All @@ -22,9 +22,9 @@
"remove-code"
],
"bugs": {
"url": "https://github.com/se-panfilov/rollup-plugin-uglify-bundle/issues"
"url": "https://github.com/se-panfilov/rollup-plugin-strip-code/issues"
},
"homepage": "https://github.com/se-panfilov/rollup-plugin-uglify-bundle#readme",
"homepage": "https://github.com/se-panfilov/rollup-plugin-strip-code#readme",
"dependencies": {
"magic-string": "0.22.4",
"rollup-pluginutils": "^2.0.1"
Expand All @@ -37,7 +37,7 @@
"eslint-plugin-node": "5.2.1",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",
"jest": "^21.2.1",
"rollup-plugin-buble": "^0.18.0"
"jest": "21.2.1",
"rollup-plugin-buble": "0.18.0"
}
}

0 comments on commit e4c882c

Please sign in to comment.