Skip to content

Commit

Permalink
0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
e2tha-e committed Nov 18, 2020
1 parent ae6e425 commit a605a45
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 198 deletions.
126 changes: 0 additions & 126 deletions .eslintrc.json

This file was deleted.

14 changes: 2 additions & 12 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 @@ -46,8 +38,6 @@
"fepper": "^0.32.0",
"fepper-utils": "^1.2.0",
"fs-extra": "^7.0.1",
"gulp": "https://github.com/electric-eloquence/gulp/tarball/v3-lts",
"husky": "1.x",
"mocha": "6.x"
"gulp": "https://github.com/electric-eloquence/gulp/tarball/v3-lts@3.9.5"
}
}
16 changes: 0 additions & 16 deletions test/.eslintrc.json

This file was deleted.

10 changes: 0 additions & 10 deletions test/install-extension-tests.js

This file was deleted.

34 changes: 0 additions & 34 deletions test/install-tests.js

This file was deleted.

0 comments on commit a605a45

Please sign in to comment.