Skip to content

Commit

Permalink
0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
e2tha-e committed Nov 18, 2020
1 parent 6bf65c3 commit db38728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 109 deletions.
93 changes: 0 additions & 93 deletions .eslintrc.json

This file was deleted.

20 changes: 4 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@
"scripts": {
"install-base": "node run/install-base.js",
"postinstall": "node run/install.js",
"start": "node node_modules/fepper/index.js",
"test": "npm run test:eslint && npm run test:mocha",
"test:eslint": "eslint run && eslint test",
"test:mocha": "mocha test/install-tests.js && mocha test/install-extension-tests.js"
},
"husky": {
"hooks": {
"pre-push": "npm test"
}
"start": "node node_modules/fepper/index.js"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,13 +35,9 @@
"node": ">=8.10.0"
},
"devDependencies": {
"chai": "4.x",
"eslint": "3.x",
"fepper": "*",
"fepper-utils": "*",
"fepper": "^0.30.4",
"fepper-utils": "^1.1.6",
"fs-extra": "^7.0.0",
"gulp": "https://github.com/electric-eloquence/gulp/tarball/v3-lts",
"husky": "^1.3.1",
"mocha": "5.x"
"gulp": "https://github.com/electric-eloquence/gulp/tarball/v3-lts@3.9.5"
}
}

0 comments on commit db38728

Please sign in to comment.