Cleanup old files
This commit is contained in:
18
package.json
18
package.json
@ -7,10 +7,7 @@
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"linter": "node ./scripts/lint.js",
|
||||
"extractor": "extract-snippet-data config.js",
|
||||
"vscoder": "node ./scripts/vscodegen.js",
|
||||
"packager": "node ./scripts/module.js",
|
||||
"test": "jest --verbose --coverage --testPathIgnorePatterns=\".cache\""
|
||||
"extractor": "extract-snippet-data config.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -30,20 +27,9 @@
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@30-seconds/integration-tools": "^1.3.4",
|
||||
"@babel/core": "^7.5.4",
|
||||
"@babel/plugin-proposal-class-properties": "^7.5.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"@babel/preset-env": "^7.5.4",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"eslint": "^5.16.0",
|
||||
"front-matter": "^3.0.2",
|
||||
"fs-extra": "^8.1.0",
|
||||
"jest": "^24.9.0",
|
||||
"kleur": "^3.0.3",
|
||||
"prettier": "^1.18.2",
|
||||
"rollup": "^0.58.2",
|
||||
"rollup-plugin-babel": "^4.0.3",
|
||||
"rollup-plugin-babel-minify": "^4.0.0"
|
||||
"prettier": "^1.18.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user