fix: fix angular typo (#1154)
This commit is contained in:
5909
package-lock.json
generated
5909
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +0,0 @@
|
||||
# @antv/x6-angualr-shape 1.0.0 (2021-07-05)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add angualr shape ([#1141](https://github.com/antvis/x6/issues/1141)) ([698ecd7](https://github.com/antvis/x6/commit/698ecd75bd3a60ee6ebcd42129aa1a92b812fab2))
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "@antv/x6-angualr-shape",
|
||||
"name": "@antv/x6-angular-shape",
|
||||
"version": "1.0.0",
|
||||
"description": "X6 shape for rendering angualr components.",
|
||||
"description": "X6 shape for rendering angular components.",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
"unpkg": "dist/x6-angualr-shape.js",
|
||||
"jsdelivr": "dist/x6-angualr-shape.js",
|
||||
"unpkg": "dist/x6-angular-shape.js",
|
||||
"jsdelivr": "dist/x6-angular-shape.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
@ -14,7 +14,7 @@
|
||||
],
|
||||
"keywords": [
|
||||
"shape",
|
||||
"angualr",
|
||||
"angular",
|
||||
"render",
|
||||
"x6",
|
||||
"antv"
|
||||
|
@ -5,7 +5,7 @@ export default config({
|
||||
{
|
||||
name: 'X6AngularShape',
|
||||
format: 'umd',
|
||||
file: 'dist/x6-angualr-shape.js',
|
||||
file: 'dist/x6-angular-shape.js',
|
||||
sourcemap: true,
|
||||
globals: {
|
||||
angular: 'Angular',
|
||||
|
@ -1,10 +1,3 @@
|
||||
# @antv/x6-sites [1.3.0](https://github.com/antvis/x6/compare/@antv/x6-sites@1.2.0...@antv/x6-sites@1.3.0) (2021-07-05)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add angualr shape ([#1141](https://github.com/antvis/x6/issues/1141)) ([698ecd7](https://github.com/antvis/x6/commit/698ecd75bd3a60ee6ebcd42129aa1a92b812fab2))
|
||||
|
||||
## @antv/x6-sites [1.2.1](https://github.com/antvis/x6/compare/@antv/x6-sites@1.2.0...@antv/x6-sites@1.2.1) (2021-06-23)
|
||||
|
||||
## @antv/x6-sites [1.2.1](https://github.com/antvis/x6/compare/@antv/x6-sites@1.2.0...@antv/x6-sites@1.2.1) (2021-06-23)
|
||||
|
Reference in New Issue
Block a user