Skip to content

Commit

Permalink
bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FaberVitale committed Jun 3, 2018
1 parent 3d7f8b9 commit f8c863d
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": {
"name": "Fabrizio A. Vitale"
},
"version": "1.0.2",
"version": "1.0.3",
"dependencies": {
"@material-ui/core": "^1.1.0",
"@material-ui/icons": "^1.1.0",
Expand Down Expand Up @@ -47,13 +47,7 @@
"slugify": "^1.3.0",
"typeface-roboto": "^0.0.54"
},
"keywords": [
"gatsby",
"blog",
"programming",
"notes",
"react"
],
"keywords": ["gatsby", "blog", "programming", "notes", "react"],
"license": "MIT",
"scripts": {
"clean": "rimraf public",
Expand All @@ -69,9 +63,6 @@
"precommit": "lint-staged"
},
"lint-staged": {
"src/**/*.{js,jsx,json,css}": [
"prettier",
"git add"
]
"src/**/*.{js,jsx,json,css}": ["prettier", "git add"]
}
}

0 comments on commit f8c863d

Please sign in to comment.