Skip to content

Commit

Permalink
chore: tidy readme and package links
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorypratt committed Apr 10, 2020
1 parent 65501c8 commit 23c7842
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ When that is complete run:
```cli
$ nvm use
$ npm i
$ npm start
```

## Installing the CSS
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BlazeSoftware/blaze.git"
"url": "https://github.com/BlazeSoftware/css.git"
},
"bugs": {
"url": "https://github.com/BlazeSoftware/blaze/issues"
"url": "https://github.com/BlazeSoftware/css/issues"
},
"homepage": "https://www.blazeui.com",
"keywords": [
Expand Down Expand Up @@ -39,11 +39,12 @@
"build": "stencil build",
"start": "stencil build --dev --watch --serve",
"test": "stylelint \"src/scss/**/*.scss\"",
"stylelint": "stylelint \"src/**/*.scss\" --fix",
"prettier": "prettier --write './**/*'"
},
"husky": {
"hooks": {
"pre-commit": "npm run prettier && npm run test && npm run build",
"pre-commit": "npm run prettier && npm run stylelint && git add . && npm run test && npm run build",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
Expand Down

0 comments on commit 23c7842

Please sign in to comment.