mightyplow 6 years ago
parent
commit
376d80d7a7
2 changed files with 8 additions and 5 deletions
  1. 1 1
      package-lock.json
  2. 7 4
      package.json

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "@mightyplow/jslib",
-  "version": "0.20.0",
+  "version": "0.21.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 7 - 4
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@mightyplow/jslib",
-  "version": "0.20.0",
+  "version": "0.21.0",
   "description": "js helpers library",
   "main": "dist/index.js",
   "private": true,
@@ -37,9 +37,12 @@
   "license": "ISC",
   "babel": {
     "presets": [
-      ["env", {
-        "modules": false
-      }],
+      [
+        "env",
+        {
+          "modules": false
+        }
+      ],
       "stage-2"
     ]
   },