Skip to content

Commit

Permalink
v2.0.0-53
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannchie committed Feb 23, 2021
1 parent da15b15 commit 94ebb75
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
{
"name": "anichart",
"sideEffects": false,
"version": "2.0.0-52",
"description": "",
"version": "2.0.0-53",
"description": "Data visualization animation library",
"author": "jannchie <[email protected]>",
"license": "MIT",
"private": false,
"main": "lib/index.js",
"unpkg": "dist/anichart.js",
"jsdelivr": "dist/anichart.js",
"types": "lib/index.d.ts",
"types": "typings/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Jannchie/anichart.js.git"
},
"files": [
"dist/**/*",
"lib/**/*",
"typings/**/*",
"src/**/*"
],
"scripts": {
"build": "tsc --build tsconfig.json & webpack --config webpack.prod.js",
"deploy": "npm version prerelease",
Expand All @@ -40,6 +34,7 @@
"source-map-loader": "^1.1.2",
"ts-loader": "^8.0.11",
"tslint": "^6.1.3",
"typescript": "4.1.3",
"webpack": "^5.23.0",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-cli": "^4.3.1",
Expand All @@ -58,8 +53,7 @@
"moment": "^2.29.1",
"node-csv": "^0.1.2",
"node-fetch-polyfill": "^2.0.6",
"path-browserify": "^1.0.1",
"typescript": "4.1.3"
"path-browserify": "^1.0.1"
},
"keywords": [
"animation",
Expand Down

0 comments on commit 94ebb75

Please sign in to comment.