Skip to content

Commit

Permalink
fix: dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannchie committed Aug 7, 2021
1 parent fe46d09 commit a8a923b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anichart",
"version": "2.2.1",
"version": "2.3.0",
"description": "Data visualization animation library",
"author": "jannchie <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -71,4 +71,4 @@
"data",
"visualization"
]
}
}
1 change: 0 additions & 1 deletion webpack.dev.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const common = require("./webpack.common.js");
const { merge } = require("webpack-merge");
const HtmlWebpackPlugin = require("html-webpack-plugin");
const HtmlWebpackExternalsPlugin = require("html-webpack-externals-plugin");
module.exports = merge(common, {
entry: {
anichart: "./src/index.ts",
Expand Down

0 comments on commit a8a923b

Please sign in to comment.