Skip to content

Commit ed22851

Browse files
authored
chore(repo): revamp package publish script (#133)
* chore: work on publishing * chore: progress * chore: almost there * chore: testing breaking major * chore(repo): revamp package publishing
1 parent 6f1b9f1 commit ed22851

File tree

3 files changed

+808
-1524
lines changed

3 files changed

+808
-1524
lines changed

package.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@
1111
"lint:js": "eslint scripts util",
1212
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
1313
"preinstall": "node scripts/disallow-npm.js",
14+
"pub": "node scripts/pub.js",
1415
"publish": "node scripts/publish.js",
1516
"security": "pnpm audit",
1617
"test": "node scripts/run-changed.js test"
1718
},
19+
"dependencies": {
20+
"conventional-commits-parser": "^3.0.8",
21+
"semver": "^7.1.1",
22+
"write-pkg": "^4.0.0"
23+
},
1824
"devDependencies": {
19-
"@typescript-eslint/eslint-plugin": "^2.8.0",
20-
"@typescript-eslint/parser": "^2.8.0",
25+
"@typescript-eslint/eslint-plugin": "^2.14.0",
26+
"@typescript-eslint/parser": "^2.14.0",
2127
"ava": "^2.4.0",
2228
"chalk": "^2.4.2",
2329
"codecov-lite": "^0.3.1",
@@ -26,16 +32,16 @@
2632
"execa": "^2.1.0",
2733
"globby": "^10.0.1",
2834
"husky": "^3.1.0",
29-
"lint-staged": "^9.4.3",
35+
"lint-staged": "^9.5.0",
3036
"nyc": "^14.1.1",
31-
"pnpm": "^4.3.0",
37+
"pnpm": "^4.6.0",
3238
"prettier": "^1.19.1",
3339
"prettier-plugin-package": "^0.3.1",
34-
"rollup": "^1.27.2",
35-
"ts-node": "^8.5.2",
40+
"rollup": "^1.27.14",
41+
"ts-node": "^8.5.4",
3642
"tsconfig-paths": "^3.9.0",
3743
"tslib": "^1.10.0",
38-
"typescript": "^3.7.2",
44+
"typescript": "^3.7.4",
3945
"yaml": "^1.7.2"
4046
},
4147
"ava": {

0 commit comments

Comments
 (0)