Skip to content

Commit

Permalink
replaced deprecated npm prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelmas committed Mar 1, 2019
1 parent 1d5bf30 commit 6952ebd
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,31 @@
{
"author": "Gerard Delmàs",

"name": "typedoc-plugin-sourcefile-url",
"version": "1.0.3",
"description": "typedoc plugin to set custom source file URL links",

"homepage": "https://github.com/gdelmas/typedoc-plugin-sourcefile-url",
"bugs": "https://github.com/gdelmas/typedoc-plugin-sourcefile-url/issues",
"repository": {
"type" : "git",
"url" : "https://github.com/gdelmas/typedoc-plugin-sourcefile-url.git"
"type": "git",
"url": "https://github.com/gdelmas/typedoc-plugin-sourcefile-url.git"
},
"license": "MIT",

"keywords": [
"typedocplugin",
"typedoc",
"bitbucket",
"gitlab"
],


"peerDependencies": {
"typedoc": "^0.5.10"
},

"devDependencies": {
"typedoc": "^0.5.10",
"typescript": "^2.1.5"
},


"main": "dist/main.js",

"scripts": {
"build": "tsc",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
}
}

0 comments on commit 6952ebd

Please sign in to comment.