Skip to content

Commit

Permalink
bump 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtil committed Jun 3, 2020
1 parent b69ce88 commit 5185185
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bimdata/areas",
"version": "0.4.0",
"version": "0.4.1",
"description": "A Vuejs Blender style area manager to create custom layouts.",
"main": "dist/areas.js",
"module": "dist/areas.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { terser } from "rollup-plugin-terser";
import vue from 'rollup-plugin-vue';
import serve from 'rollup-plugin-serve'
import livereload from 'rollup-plugin-livereload'
import serve from 'rollup-plugin-serve';
import livereload from 'rollup-plugin-livereload';

const isProduction = (process.env.BUILD === "production");

Expand Down

0 comments on commit 5185185

Please sign in to comment.