Skip to content

Commit

Permalink
Merge pull request #1225 from alibaba/fixversion
Browse files Browse the repository at this point in the history
Fix version
  • Loading branch information
Leannechn authored Jul 23, 2020
2 parents cf6ef06 + 7b9af61 commit b24283b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ npm run build
```

### test snapshot
在不支持外网测试
不支持外网测试
```
tnpm run uitest
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bizcharts",
"version": "4.0.11-beta.0",
"version": "4.0.11",
"description": "bizcharts",
"keywords": [
"bizcharts",
Expand Down
1 change: 0 additions & 1 deletion unittest/exports/theme-spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { registerPlotTheme } from '../../src';


describe('export function', () => {
const noop = () => {};
it('should export registerShape', () => {
expect(registerShape).toBeDefined();
});
Expand Down

0 comments on commit b24283b

Please sign in to comment.