Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
imbhargav5 committed Nov 26, 2018
1 parent 7d185a3 commit 97c8efc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions template/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env", "@babel/preset-react"]
}
3 changes: 3 additions & 0 deletions template/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
src
test
*.log
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "lib/index.js",
"license": "MIT",
"description": "A React Hooks package for $description",
"description": "%description%",
"name": "@rooks/%packageName%",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 97c8efc

Please sign in to comment.