Skip to content

Commit

Permalink
fix(npm): updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsmith22389 committed Jul 25, 2018
1 parent 3f47986 commit a557f9c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "vuetify-scss",
"version": "0.0.1",
"version": "1.0.0",
"description": "All of the Vuetify styles converted into Sass. No more Stylus!",
"main": "app.scss",
"style": "app.scss",
"sass": "app.scss",
"main": "main.scss",
"style": "main.scss",
"sass": "main.scss",
"scripts": {
"prepublishOnly": "npm run lint",
"lint": "stylelint '**/*.scss' --syntax=scss; exit 0",
"lint:fix": "stylelint '**/*.scss' --syntax=scss --fix; exit 0"
"lint:fix": "stylelint '**/*.scss' --syntax=scss --fix; exit 0",
"prepublishOnly": "npm run lint",
"test": "npm run lint"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a557f9c

Please sign in to comment.