Skip to content

Commit

Permalink
Merge pull request #258 from nredoulez/fix/kss-version
Browse files Browse the repository at this point in the history
Fix kss version
  • Loading branch information
nredoulez authored Jun 4, 2020
2 parents 8319327 + d476c25 commit 17c98f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colette-kss-builder",
"version": "5.4.0",
"version": "5.4.1",
"description": "The Colette’s Twig.js builder for kss-node.",
"author": "20 Minutes <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -50,7 +50,7 @@
"webpack-cli": "^3.3.10"
},
"peerDependencies": {
"kss": "3.0.0-beta.20"
"kss": "^3.0.0"
},
"dependencies": {
"details-element-polyfill": "^2.4.0",
Expand Down
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ module.exports = {
```

It’s recommanded to use a tool to build your svg sprite.

## Integrate your local version into Colette

1. Run `npm pack` to generate a compressed `.tgz` file of the project (e.g `colette-kss-builder-5.4.0.tgz`) on the root of the project
2. On Colette's side, point to that file on the `package.json` and run `npm install`
3. /!\ Be careful to not commit this file and/or the colette-kss-file path

0 comments on commit 17c98f5

Please sign in to comment.