-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
71 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Contributing | ||
|
||
## Publishing to NPM | ||
|
||
- Bump version number in `/package.json` | ||
- Build the package by running `npm/yarn build` | ||
- Deploy from dist folder `cd ./dist && yarn/npm publish` | ||
- commit to main and tag the commit with its version `vX.X.X` | ||
- `git push --tags` | ||
- Go to https://github.com/kriasoft/isomorphic-style-loader/releases and add your release notes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"private": true, | ||
"name": "isomorphic-style-loader", | ||
"version": "5.2.0-beta.2", | ||
"version": "5.3.0", | ||
"description": "CSS style loader for Webpack optimized for critical path CSS rendering and isomoprhic web apps", | ||
"repository": "kriasoft/isomorphic-style-loader", | ||
"author": "Kriasoft <[email protected]> (https://www.kriasoft.com)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters