Skip to content

Commit

Permalink
Fixed typo in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hfalucas committed Dec 5, 2019
1 parent 5428ec7 commit a95330f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "rollup -c --environment production",
"dev": "rollup -c -w",
"prepublish": "npm run build && npm run build:css",
"build:css": "postcss src/style.css -o dist/vue-simplebar.min.css --env production",
"build:css": "postcss src/style.css -o dist/vue-simplebar.min.css --env production"
},
"keywords": [
"simplebar",
Expand Down

0 comments on commit a95330f

Please sign in to comment.