chem-generic-ui 0.1.42 → 0.1.43

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 (2) hide show
  1. package/dist/index.html +10 -0
  2. package/package.json +2 -2
@@ -0,0 +1,10 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The Minimal React Webpack Babel Setup</title>
5
+ </head>
6
+ <body>
7
+ <div id="root"></div>
8
+ <script src="./bundle.js"></script>
9
+ </body>
10
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chem-generic-ui",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "private": false,
5
5
  "author": "",
6
6
  "license": "MIT",
@@ -8,7 +8,7 @@
8
8
  "module": "dist/app.js",
9
9
  "scripts": {
10
10
  "start": "webpack serve --config ./webpack.config.js --mode development",
11
- "build": "rm -rf dist && webpack --config ./webpack.config.js --mode production",
11
+ "build": "webpack --config ./webpack.config.js --mode production",
12
12
  "test": "echo \"Error: no test specified\" && exit 0"
13
13
  },
14
14
  "keywords": [],