cleanup
... | ... | @@ -5,6 +5,7 @@ |
"main": "src/index.js", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
"start": "cd example && npm run start", | ||
"npm-cli-login": "npm-cli-login", | ||
"pre-commit": "pretty-quick --staged && npm run tslint", | ||
"pre-push": "npm run pre-commit", | ||
... | ... |
Please register or sign in to comment