]> cat aescling's git repositories - mastodon.git/blobdiff - package.json
Bump nokogiri from 1.9.1 to 1.10.0 (#9757)
[mastodon.git] / package.json
index a7f2fd157a5be7989ab8dfe7c3b1152e1e8b03f4..d5dbd19c303a957c291e5a9ad953b5926d09ae85 100644 (file)
@@ -10,8 +10,8 @@
     "build:production": "cross-env RAILS_ENV=production NODE_ENV=production ./bin/webpack",
     "manage:translations": "node ./config/webpack/translationRunner.js",
     "start": "node ./streaming/index.js",
-    "test": "npm run test:lint && npm run test:jest",
-    "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ streaming/",
+    "test": "${npm_execpath} run test:lint && ${npm_execpath} run test:jest",
+    "test:lint": "eslint --ext=js .",
     "test:jest": "cross-env NODE_ENV=test jest --coverage"
   },
   "repository": {
@@ -21,7 +21,8 @@
   "browserslist": [
     "last 2 versions",
     "IE >= 11",
-    "iOS >= 9"
+    "iOS >= 9",
+    "not dead"
   ],
   "private": true,
   "dependencies": {
This page took 0.0411 seconds and 4 git commands to generate.