Skip to content

Commit

Permalink
chore: cleanup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Oct 10, 2020
1 parent 81fb0f0 commit 265904c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
{
"name": "documentationjs-action",
"private": true,
"version": "1.0.0",
"description": "Build documentation using documentation.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zakodium/documentationjs-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/zakodium/documentationjs-action/issues"
},
Expand All @@ -28,6 +24,5 @@
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
},
"devDependencies": {}
}
}

0 comments on commit 265904c

Please sign in to comment.