@fmsim/builder 1.0.13 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fmsim/builder",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "Layout View 어플리케이션 빌드를 위해 구성된 모듈입니다.",
5
5
  "main": "index.js",
6
6
  "author": "Hearty Oh <heartyoh@hatiolab.com>",
@@ -76,5 +76,5 @@
76
76
  "webpack-dev-server": "^4.11.0",
77
77
  "workbox-webpack-plugin": "^7.0.0"
78
78
  },
79
- "gitHead": "b9b823a7e69c8d894758c65c5e7af54edd95dba2"
79
+ "gitHead": "3aee6a2dab1b2be583cd5c49f7e3ebde949409d2"
80
80
  }