Skip to content

Commit 248c3e7

Browse files
authored
Merge pull request #650 from kalamuna/kstat-5
Update to SASS
2 parents 496306f + 0fec169 commit 248c3e7

File tree

4 files changed

+525
-377
lines changed

4 files changed

+525
-377
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 5.0.0-alpha1: 2022-06-12
4+
5+
- Move from node-sass to normal sass
6+
37
## 4.2.2: 2020-04-16
48

59
- Unlock version dependency on `kss`

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
"name": "kalastatic",
33
"description": "KalaStatic static-site prototyping framework",
44
"repository": "https://github.com/kalamuna/kalastatic.git",
5-
"version": "4.2.2",
5+
"version": "5.0.0-alpha1",
66
"license": "MIT",
77
"files": [
88
"src",
99
"bin"
1010
],
1111
"main": "src/kalastatic.js",
1212
"dependencies": {
13-
"browser-sync": "^2.26.7",
14-
"commander": "^5.0.0",
13+
"browser-sync": "^2.27.10",
14+
"commander": "^9.3.0",
1515
"extend": "^3.0.2",
1616
"extend-shallow": "^3.0.2",
1717
"jstransformer-commonmark": "^1.0.0",
1818
"jstransformer-precss": "^0.3.0",
19-
"jstransformer-pug": "^0.3.0",
20-
"jstransformer-scss": "^1.0.0",
19+
"jstransformer-pug": "^0.4.0",
20+
"jstransformer-scss": "^2.0.0",
2121
"jstransformer-twig": "~1.6.2",
2222
"kss": "^3.0.1",
2323
"kstat-kss-builder": "~2.2.0",
@@ -31,10 +31,10 @@
3131
"metalsmith-ignore": "^1.0.0",
3232
"metalsmith-jstransformer": "^1.0.0",
3333
"metalsmith-metadata-convention": "^1.0.2",
34-
"metalsmith-metadata-files": "^2.2.1",
34+
"metalsmith-metadata-files": "^3.0.0",
3535
"metalsmith-paths": "^3.0.1",
3636
"mkdirp": "^1.0.4",
37-
"nconf": "^0.10.0",
37+
"nconf": "^0.12.0",
3838
"nconf-yaml": "^1.0.2"
3939
},
4040
"devDependencies": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/**
22
* CSS for Namespaces test.
3-
*/
3+
*/

0 commit comments

Comments
 (0)