Skip to content

Commit

Permalink
chore: Remove tracker-json and fix release-it deprecated config
Browse files Browse the repository at this point in the history
  • Loading branch information
nervetattoo committed Dec 29, 2020
1 parent e93d312 commit eb428f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 208 deletions.
17 changes: 4 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-postcss-lit": "^1.0.1",
"rollup-plugin-terser": "^7.0.2",
"tracker-json": "^1.2.0"
"rollup-plugin-terser": "^7.0.2"
},
"scripts": {
"release": "release-it",
Expand All @@ -42,24 +41,16 @@
"pre-commit": "pretty-quick --staged"
}
},
"tracker-json": {
"simple-thermostat": {
"repo": "nervetattoo/simple-thermostat",
"file": "simple-thermostat.js",
"resolve": "gh:release"
}
},
"release-it": {
"github": {
"release": true,
"assets": [
"simple-thermostat.*"
]
},
"scripts": {
"afterBump": "npx tracker-json",
"beforeStart": "yarn build",
"afterRelease": "rm simple-thermostat.js"
"hooks": {
"before:init": "yarn build",
"after:release": "rm simple-thermostat.js"
}
},
"prettier": {
Expand Down
Loading

0 comments on commit eb428f0

Please sign in to comment.