Skip to content
This repository has been archived by the owner on Oct 9, 2020. 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 Jul 16, 2017
1 parent 2b7dcc9 commit ff568a9
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,13 @@
"name": "svg-inline-loader",
"version": "0.7.1",
"description": "Cleans up and inlines your SVG files into Webpack module.",
"main": "index.js",
"scripts": {
"test": "karma start"
},
"author": "Jaeho Lee <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:sairion/svg-inline-loader.git"
},
"keywords": [
"svg",
"webpack",
"react",
"loader"
],
"bugs": {
"url": "https://github.com/sairion/svg-inline-loader/issues"
"main": "index.js",
"scripts": {
"test": "karma start",
"release": "standard-version"
},
"homepage": "https://github.com/sairion/svg-inline-loader",
"dependencies": {
"loader-utils": "^0.2.11",
"object-assign": "^4.0.1",
Expand All @@ -40,6 +27,21 @@
"mocha": "^2.5.3",
"node-libs-browser": "^1.0.0",
"raw-loader": "^0.5.1",
"standard-version": "^4.2.0",
"webpack": "^1.13.1"
}
}
},
"repository": {
"type": "git",
"url": "[email protected]:sairion/svg-inline-loader.git"
},
"bugs": {
"url": "https://github.com/sairion/svg-inline-loader/issues"
},
"homepage": "https://github.com/sairion/svg-inline-loader",
"keywords": [
"svg",
"webpack",
"react",
"loader"
]
}

0 comments on commit ff568a9

Please sign in to comment.