Add "docs" as an npm command that can be run with `npm run docs`
This commit is contained in:
parent
53c8b4c82d
commit
778f740047
|
@ -5,7 +5,8 @@
|
||||||
"main": "frameloom",
|
"main": "frameloom",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"version": "npm --no-git-tag-version version patch"
|
"version": "npm --no-git-tag-version version patch",
|
||||||
|
"docs" : "sh docs.sh"
|
||||||
},
|
},
|
||||||
"author": "sixteenmillimeter",
|
"author": "sixteenmillimeter",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in New Issue