Skip to content

Commit

Permalink
Loosen prettier dependency to use ~ instead of pinning versions
Browse files Browse the repository at this point in the history
Resolves #374
  • Loading branch information
RyanZim committed Aug 8, 2018
1 parent 20dd08f commit a9a7ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-prettier": "^2.2.0",
"postcss-scss": "^2.0.0",
"prettier": "1.14.0",
"prettier": "~1.14.0",
"sugarss": "^1.0.0"
},
"scripts": {
Expand Down

0 comments on commit a9a7ab2

Please sign in to comment.