Gerald 3 years ago
parent
commit
040fbd3dc8
1 changed files with 4 additions and 5 deletions
  1. 4 5
      package.json

+ 4 - 5
package.json

@@ -1,7 +1,7 @@
 {
 {
   "name": "violentmonkey",
   "name": "violentmonkey",
   "description": "Violentmonkey",
   "description": "Violentmonkey",
-  "version": "2.13.0",
+  "version": "2.13.1",
   "scripts": {
   "scripts": {
     "dev": "gulp dev",
     "dev": "gulp dev",
     "prebuild": "yarn ci",
     "prebuild": "yarn ci",
@@ -53,8 +53,8 @@
     "terser": "^5.14.1",
     "terser": "^5.14.1",
     "terser-webpack-plugin": "^4",
     "terser-webpack-plugin": "^4",
     "through2": "^4.0.2",
     "through2": "^4.0.2",
-    "vue-eslint-parser": "^9.0.3",
     "vinyl": "^2.2.1",
     "vinyl": "^2.2.1",
+    "vue-eslint-parser": "^9.0.3",
     "wrapper-webpack-plugin": "2.1.0"
     "wrapper-webpack-plugin": "2.1.0"
   },
   },
   "author": "Gerald <[email protected]>",
   "author": "Gerald <[email protected]>",
@@ -87,6 +87,5 @@
       "pre-commit": "yarn transform -t",
       "pre-commit": "yarn transform -t",
       "pre-push": "run-p lint test"
       "pre-push": "run-p lint test"
     }
     }
-  },
-  "beta": 26
-}
+  }
+}