Удаление лишних dev пакетов. Удаление dev пакетов с уязвимостями

This commit is contained in:
LightAir
2021-06-09 22:17:08 +03:00
parent 15c9715cee
commit 812a429d9b
2 changed files with 6 additions and 24 deletions

View File

@@ -10,8 +10,7 @@
], ],
"main": "lib/index", "main": "lib/index",
"scripts": { "scripts": {
"test": "tape test --tap | tap-difflet", "test": "tape test --tap | tap-min"
"coverage": "istanbul cover tape test -- -R spec"
}, },
"homepage": "https://github.com/LightAir/turbo-rss", "homepage": "https://github.com/LightAir/turbo-rss",
"author": { "author": {
@@ -56,27 +55,12 @@
"xml": "1.0.1" "xml": "1.0.1"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^4.19.1", "eslint": "^7.28.0",
"folderify": "^1.1.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.3",
"grunt-release": "^0.13.0",
"grunt-templates-dylang": "^1.0.10",
"include-folder": "^1.0.0", "include-folder": "^1.0.0",
"load-grunt-tasks": "^3.3.0", "mockdate": "^3.0.5",
"mockdate": "^1.0.3", "q": "^1.5.1",
"prova": "^2.1.2", "tap-min": "~2.0.0",
"q": "^1.4.1", "tape": "^5.2.2"
"tap-difflet": "^0.4.0",
"tape": "^4.2.1",
"time-grunt": "^1.2.1",
"xml2js": "^0.4.12"
},
"browserify": {
"transform": [
"folderify"
]
}, },
"license": "MIT" "license": "MIT"
} }

View File

@@ -1,5 +1,3 @@
// prova is a wrapper for tape
const test = require('tape'); const test = require('tape');
const TR = require('..'); const TR = require('..');