File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " workfront-api" ,
3- "version" : " 4.8.2 " ,
3+ "version" : " 5.0.0 " ,
44 "description" : " A Workfront API for the Node.js and the Web" ,
55 "main" : " dist/workfront-api.cjs.js" ,
66 "module" : " dist/workfront-api.es.js" ,
6464 "build" : " rollup -c && tsc --emitDeclarationOnly -p ./tsconfig.json -d --declarationDir ./typings" ,
6565 "docs" : " rm -rf ./docs/ && typedoc --out ./docs/ ./src/ --excludePrivate --excludeExternals --exclude \" **/*.spec.ts\" && touch ./docs/.nojekyll" ,
6666 "prepublish" : " npm run build" ,
67- "version" : " npm run docs && conventional-changelog-cli -i CHANGELOG.md -s && git add docs CHANGELOG.md" ,
67+ "version" : " conventional-changelog -i CHANGELOG.md -s && npm run docs && git add docs CHANGELOG.md" ,
6868 "start" : " http-server -a localhost -p 8000 -o --cors -c-1"
6969 },
7070 "repository" : {
You can’t perform that action at this time.
0 commit comments