Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
chore: Adds release tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Sep 12, 2017
1 parent 370ff3d commit 94f9e2b
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,22 @@
"version": "0.7.0",
"author": "Tobias Koppers @sokra",
"description": "script loader module for webpack",
"license": "MIT",
"scripts": {
"release": "standard-version"
},
"dependencies": {
"raw-loader": "~0.5.1"
},
"devDependencies": {
"standard-version": "^4.2.0"
},
"repository": {
"type": "git",
"url": "[email protected]:webpack/script-loader.git"
"url": "https://github.com/webpack-contrib/script-loader.git"
},
"bugs": {
"url": "https://github.com/webpack/script-loader/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
"homepage": "https://github.com/webpack/script-loader"
}

0 comments on commit 94f9e2b

Please sign in to comment.