Skip to content

Commit

Permalink
Merge pull request #574 from kss-node/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
RobLoach committed Apr 16, 2020
2 parents 348e216 + 3fb0fd6 commit d24677d
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,9 +3,9 @@
sudo: false
language: node_js
node_js:
- '8'
- '10'
- '12'
- '13'
- 'stable'
script: npm test && (npm run report-coverage || test 1)

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [3.0.1] - 2020-04-16
### Fixed
- Update dependencies

## [3.0.0] - 2020-02-09
### Fixed
- Stable Release

## [3.0.0-beta.25] - 2019-01-11
### Fixed
- [#521](https://github.com/kss-node/kss-node/pull/521) Twig: Disable autoescape for now
Expand Down
2 changes: 1 addition & 1 deletion builder/handlebars/package.json
Expand Up @@ -5,7 +5,7 @@
"main": "builder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "./node_modules/.bin/node-sass --output-style compressed kss-assets/kss.scss kss-assets/kss.css"
"sass": "node-sass --output-style compressed kss-assets/kss.scss kss-assets/kss.css"
},
"devDependencies": {
"highlight.js": "^9.18.1",
Expand Down
2 changes: 1 addition & 1 deletion builder/nunjucks/package.json
Expand Up @@ -5,7 +5,7 @@
"main": "builder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "./node_modules/.bin/node-sass --output-style compressed kss-assets/kss.scss kss-assets/kss.css"
"sass": "node-sass --output-style compressed kss-assets/kss.scss kss-assets/kss.css"
},
"devDependencies": {
"highlight.js": "^9.18.1",
Expand Down
2 changes: 1 addition & 1 deletion builder/twig/package.json
Expand Up @@ -5,7 +5,7 @@
"main": "builder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "./node_modules/.bin/node-sass --output-style compressed kss-assets/kss.scss kss-assets/kss.css"
"sass": "node-sass --output-style compressed kss-assets/kss.scss kss-assets/kss.css"
},
"devDependencies": {
"highlight.js": "^9.18.1",
Expand Down
97 changes: 63 additions & 34 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"bluebird": "^3.5.4",
"fs-extra": "^8.0.0",
"fs-extra": "^9.0.0",
"glob": "^7.1.3",
"handlebars": "^4.7.3",
"highlight.js": "^9.15.6",
Expand Down

0 comments on commit d24677d

Please sign in to comment.