Skip to content

Commit

Permalink
fix: fix root version after releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
cycjimmy committed Mar 26, 2022
1 parent 1a8eefc commit 7cf298a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@cycjimmy/config-lib": "^3.2.0",
"@cycjimmy/config-lib": "^3.2.1",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-eslint": "^8.0.1",
Expand Down
4 changes: 2 additions & 2 deletions release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* eslint import/no-extraneous-dependencies: ["error", {"devDependencies": true}] */
const makeCommon = require('@cycjimmy/config-lib/cjs/semanticRelease/19.x/makeConfigWithPgkRootForLibrary.cjs').default;
const makeConfig = require('@cycjimmy/config-lib/cjs/semanticRelease/19.x/makeConfigWithPgkRootForLibrary.cjs').default;
const pkg = require('./package.json');

module.exports = makeCommon({
module.exports = makeConfig({
githubOptions: {
assets: [pkg.browser],
},
Expand Down

0 comments on commit 7cf298a

Please sign in to comment.