Skip to content

Commit 67ec7e5

Browse files
committed
Build update
1 parent b44a0c6 commit 67ec7e5

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

babel.config.js

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
module.exports = {
2-
presets: [
3-
["@babel/env"]
4-
],
5-
plugins: [
6-
["@babel/plugin-proposal-class-properties"]
7-
]
8-
};
2+
presets: [["@babel/env"]],
3+
plugins: [["@babel/plugin-proposal-class-properties"]],
4+
};

build/css/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
*
3-
* @hodgef/js-library-boilerplate-basic v1.6.1
3+
* @hodgef/js-library-boilerplate-basic v1.6.2
44
* https://github.com/hodgef/js-library-boilerplate-basic
55
*
66
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.

build/css/index.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)