Add "docs" as an npm command that can be run with `npm run docs`

This commit is contained in:
mmcw-dev 2019-01-03 22:47:50 -05:00
parent 53c8b4c82d
commit 778f740047
1 changed files with 2 additions and 1 deletions

View File

@ -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",