Skip to content

Commit

Permalink
Bump to 0.16.0, fixed lint opts
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoeninger committed Sep 8, 2020
1 parent d06bc25 commit 1b92ddc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.development.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('./index.js');
const { Shen } = require('./index.js');
const { onReady } = require('./lib/utils.js');

(async () => {
Expand Down
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
language: 'JavaScript',
port: '0.15.0',
port: '0.16.0',
porters: 'Robert Koeninger'
};
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shen-script",
"version": "0.15.0",
"version": "0.16.0",
"description": "Shen for JavaScript",
"keywords": [
"shen",
Expand Down Expand Up @@ -37,7 +37,7 @@
"awaitify-stream": "^1.0.2"
},
"scripts": {
"lint": "eslint index.*.js lib/**/*.js scripts/**/*.js test/**/*.js",
"lint": "eslint index.*.js lib/**/*.js scripts/**/*.js test/**/*.js --ignore-pattern lib/kernel.js",
"test": "npm run test-backend && npm run test-frontend && npm run test-kernel",
"fetch-kernel": "node scripts/fetch.js",
"test-backend": "mocha test/backend/test.*.js --reporter dot --timeout 5000",
Expand Down

0 comments on commit 1b92ddc

Please sign in to comment.