Skip to content

Commit

Permalink
chore(repo): revamp package publish script (#133)
Browse files Browse the repository at this point in the history
* chore: work on publishing

* chore: progress

* chore: almost there

* chore: testing breaking major

* chore(repo): revamp package publishing
  • Loading branch information
shellscape committed Jan 3, 2020
1 parent 6f1b9f1 commit ed22851
Show file tree
Hide file tree
Showing 3 changed files with 808 additions and 1,524 deletions.
20 changes: 13 additions & 7 deletions package.json
Expand Up @@ -11,13 +11,19 @@
"lint:js": "eslint scripts util",
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
"preinstall": "node scripts/disallow-npm.js",
"pub": "node scripts/pub.js",
"publish": "node scripts/publish.js",
"security": "pnpm audit",
"test": "node scripts/run-changed.js test"
},
"dependencies": {
"conventional-commits-parser": "^3.0.8",
"semver": "^7.1.1",
"write-pkg": "^4.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"ava": "^2.4.0",
"chalk": "^2.4.2",
"codecov-lite": "^0.3.1",
Expand All @@ -26,16 +32,16 @@
"execa": "^2.1.0",
"globby": "^10.0.1",
"husky": "^3.1.0",
"lint-staged": "^9.4.3",
"lint-staged": "^9.5.0",
"nyc": "^14.1.1",
"pnpm": "^4.3.0",
"pnpm": "^4.6.0",
"prettier": "^1.19.1",
"prettier-plugin-package": "^0.3.1",
"rollup": "^1.27.2",
"ts-node": "^8.5.2",
"rollup": "^1.27.14",
"ts-node": "^8.5.4",
"tsconfig-paths": "^3.9.0",
"tslib": "^1.10.0",
"typescript": "^3.7.2",
"typescript": "^3.7.4",
"yaml": "^1.7.2"
},
"ava": {
Expand Down

0 comments on commit ed22851

Please sign in to comment.