Browse Source

v1.3.0

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 4 years ago
parent
commit
6374d59a20
3 changed files with 31 additions and 857 deletions
  1. 0 2
      lofig.js
  2. 29 851
      package-lock.json
  3. 2 4
      package.json

+ 0 - 2
lofig.js

@@ -1,5 +1,3 @@
-
-
 window.lofig = {
 	folder: '/config/default.json',
 	config: null,

File diff suppressed because it is too large
+ 29 - 851
package-lock.json


+ 2 - 4
package.json

@@ -18,7 +18,6 @@
     "babel-preset-es2015": "^6.24.1",
     "exports-loader": "^0.7.0",
     "imports-loader": "^0.8.0",
-    "snyk": "^1.456.0",
     "webpack": "^4.46.0",
     "webpack-cli": "^4.3.0",
     "webpack-dev-server": "^3.11.2"
@@ -32,8 +31,7 @@
   },
   "scripts": {
     "dev": "webpack serve --open --mode=development",
-    "build": "webpack --mode=production",
-    "test": "snyk test"
+    "build": "webpack --mode=production"
   },
-  "version": "1.2.3"
+  "version": "1.3.0"
 }

Some files were not shown because too many files changed in this diff