1.0.6
This commit is contained in:
17
package.json
17
package.json
@@ -1,16 +1,25 @@
|
|||||||
{
|
{
|
||||||
"name": "@meteolab/uchart",
|
"name": "@meteolab/uchart",
|
||||||
"publishConfig": { "access": "public" },
|
"publishConfig": {
|
||||||
"version": "1.0.5",
|
"access": "public"
|
||||||
|
},
|
||||||
|
"version": "1.0.6",
|
||||||
"description": "Lightweight charting library for the browser and Node.js",
|
"description": "Lightweight charting library for the browser and Node.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://git.meteolab.online/mi/uChart"
|
"url": "git+https://git.meteolab.online/mi/uChart"
|
||||||
},
|
},
|
||||||
"keywords": ["chart", "visualization", "typescript", "esbuild"],
|
"keywords": [
|
||||||
|
"chart",
|
||||||
|
"visualization",
|
||||||
|
"typescript",
|
||||||
|
"esbuild"
|
||||||
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": ["dist"],
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"main": "./dist/uchart.js",
|
"main": "./dist/uchart.js",
|
||||||
"module": "./dist/uchart.js",
|
"module": "./dist/uchart.js",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user