File tree Expand file tree Collapse file tree 9 files changed +45
-7245
lines changed
Expand file tree Collapse file tree 9 files changed +45
-7245
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ example/app
44example /build
55example /generate
66node_modules
7+ gren_packages
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 8.0.0
4+
5+ Update to gren v0.6.x
6+
7+
38## 7.0.0
49
510Update to gren v0.5.x
Original file line number Diff line number Diff line change 11BSD 3-Clause License
22
3- Copyright (c) 2023, [fullname]
3+ Copyright (c) 2023, Steven Vandevelde
44
55Redistribution and use in source and binary forms, with or without
66modification, are permitted provided that the following conditions are met:
Original file line number Diff line number Diff line change 1+ # Example
2+
13Building and running the example:
4+
25``` shell
3- gren make src/ Main.gren --output=./generate
4- node generate
6+ gren make Main
7+ node app
58```
6- ⚠️ ` node generate ` must be executed in this directory.
9+
10+ > [ !WARNING]
11+ > ` node app ` must be executed in this directory
Original file line number Diff line number Diff line change 22 "type" : " application" ,
33 "platform" : " node" ,
44 "source-directories" : [" src" ],
5- "gren-version" : " 0.5.3 " ,
5+ "gren-version" : " 0.6.0 " ,
66 "dependencies" : {
77 "direct" : {
8- "gren-lang/core" : " 6 .0.1 " ,
9- "gren-lang/node" : " 5 .0.3 " ,
10- "icidasset/html-gren" : " 5 .0.0" ,
11- "icidasset/markdown-gren" : " 4 .0.0" ,
8+ "gren-lang/core" : " 7 .0.0 " ,
9+ "gren-lang/node" : " 6 .0.0 " ,
10+ "icidasset/html-gren" : " 6 .0.0" ,
11+ "icidasset/markdown-gren" : " 5 .0.0" ,
1212 "icidasset/shikensu-gren" : " local:.."
1313 },
1414 "indirect" : {
15- "gren-lang/parser" : " 5 .0.0" ,
16- "gren-lang/url" : " 5 .0.0"
15+ "gren-lang/parser" : " 6 .0.0" ,
16+ "gren-lang/url" : " 6 .0.0"
1717 }
1818 }
1919}
Original file line number Diff line number Diff line change 44 "name" : " icidasset/shikensu-gren" ,
55 "summary" : " Run a sequence of functions on in-memory representations of files" ,
66 "license" : " BSD-3-Clause" ,
7- "version" : " 7 .0.0" ,
7+ "version" : " 8 .0.0" ,
88 "exposed-modules" : [
99 " Shikensu" ,
1010 " Shikensu.Bundle" ,
1111 " Shikensu.Contrib" ,
1212 " Shikensu.Definition" ,
1313 " Shikensu.Error"
1414 ],
15- "gren-version" : " 0.5 .0 <= v < 0.6 .0" ,
15+ "gren-version" : " 0.6 .0 <= v < 0.7 .0" ,
1616 "dependencies" : {
17- "gren-lang/core" : " 6 .0.0 <= v < 7 .0.0" ,
18- "gren-lang/node" : " 5 .0.0 <= v < 6 .0.0"
17+ "gren-lang/core" : " 7 .0.0 <= v < 8 .0.0" ,
18+ "gren-lang/node" : " 6 .0.0 <= v < 7 .0.0"
1919 }
2020}
You can’t perform that action at this time.
0 commit comments