Skip to content

Commit

Permalink
test(deps): add deps and test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi-toma committed Jun 27, 2019
1 parent 4de54e3 commit b47d78e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
28 changes: 28 additions & 0 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Airbnb's ESLint config with TypeScript and Prettier support",
"main": "index.js",
"scripts": {
"test": "eslint --ext .tsx,ts test/",
"release": "standard-version",
"release:dryrun": "standard-version --dry-run"
},
Expand Down Expand Up @@ -44,6 +45,8 @@
"typescript": ">=3.2.1 <3.6.0"
},
"devDependencies": {
"standard-version": "6.0.1"
"@types/react": "^16.8.22",
"standard-version": "6.0.1",
"typescript": "^3.5.2"
}
}

0 comments on commit b47d78e

Please sign in to comment.