Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kale-stew committed May 20, 2020
1 parent 3dfb3cc commit 64a4f68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jspm_packages/
# Typescript v1 declaration files
typings/

# Compiled output from Typescript usage test
test/typescript/*.js

# Optional npm cache directory
.npm

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"preversion": "yarn test",
"benchmark": "node benchmark",
"eslint": "eslint \"*.js\" benchmark test",
"tslint": "eslint test/typescript/index.tsx",
"tslint": "eslint test/typescript/sample-usage.tsx",
"test-browser": "karma start test/browser/karma.conf.js",
"test-browser-ie": "karma start test/browser/karma.conf.ie.js",
"test-node": "mocha \"test/node/*.spec.js\"",
"test-node-cov": "nyc yarn test-node",
"test-ts-usage": "tsc --esModuleInterop --jsx react test/typescript/index.tsx",
"test-ts-usage": "tsc --esModuleInterop --jsx react test/typescript/sample-usage.tsx",
"test-ts-defs": "tsc --target ES5 index.d.ts",
"test": "builder concurrent --buffer eslint test-ts-usage test-ts-defs test-node-cov test-browser",
"test-ie": "builder concurrent --buffer eslint test-ts-usage test-ts-defs test-node-cov test-browser-ie",
Expand Down
File renamed without changes.

0 comments on commit 64a4f68

Please sign in to comment.