Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
package.json update
Browse files Browse the repository at this point in the history
proper name, and syntax fixing
  • Loading branch information
obiot committed Jun 5, 2022
1 parent c3e9899 commit 15725c3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 19 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 11 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
{
"name": "jsdoc-template",
"version": "2.0.1",
"name": "@melonjs/jsdoc-template",
"version": "2.0.2",
"description": "melonJS JSDoc Template",
"main": "publish.js",
"scripts": {
"serve": "gulp serve"
"serve": "gulp serve",
"release": "npm publish --access public"
},
"files": [
"static",
"tmpl",
"publish.js"
],
"author": {
"name": "Olivier Biot",
"email": "[email protected]"
},
"static",
"tmpl",
"publish.js"
],
"author": "Olivier Biot <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/melonjs/jsdoc-template.git"
"url": "git+https://github.com/melonjs/jsdoc-template.git"
},
"bugs": {
"url": "https://github.com/melonjs/jsdoc-template/issues"
Expand All @@ -41,7 +39,5 @@
"gulp-jsdoc3": "^1.0.1",
"jsdoc": "^3.5.3"
},
"scripts": {
"release": "npm publish --access public"
}
"homepage": "https://github.com/melonjs/jsdoc-template#readme"
}

0 comments on commit 15725c3

Please sign in to comment.