Skip to content

Commit

Permalink
bump patch in version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatchley committed Dec 20, 2017
1 parent 821fc05 commit 84d8eba
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@tandem.ly/react-scripts",
"version": "1.0.18",
"description":
"Tandem.ly Custom Configuration and scripts for Create React App.",
"version": "1.0.19",
"description": "Tandem.ly Custom Configuration and scripts for Create React App.",
"repository": "Tandemly/create-react-app",
"license": "MIT",
"engines": {
Expand All @@ -11,7 +10,13 @@
"bugs": {
"url": "https://github.com/Tandemly/create-react-app/issues"
},
"files": ["bin", "config", "scripts", "template", "utils"],
"files": [
"bin",
"config",
"scripts",
"template",
"utils"
],
"bin": {
"react-scripts": "./bin/react-scripts.js"
},
Expand Down

0 comments on commit 84d8eba

Please sign in to comment.