Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
NewByVector committed May 29, 2024
1 parent 77c1bc8 commit 7dc2470
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Using npmmirror.com instead of taobao.org to avoid extra redirects in lockfile
# see https://github.com/pnpm/pnpm/issues/5769#issuecomment-1345283717
#registry=https://registry.npmjs.org
registry=https://registry.npmmirror.com
registry=https://registry.npmjs.org
# registry=https://registry.npmmirror.com

# PNPM
strict-peer-dependencies=false
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/xflow",
"version": "2.1.4",
"version": "2.1.6",
"description": "",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/core/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ export default () => {
format: 'umd',
file: 'dist/index.umd.js',
sourcemap: true,
globals: {
react: 'React',
'react-dom': 'ReactDOM',
},
},
],
external: ['react', 'react-dom'],
};
};

0 comments on commit 7dc2470

Please sign in to comment.