-
Notifications
You must be signed in to change notification settings - Fork 0
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
7 changed files
with
6,127 additions
and
1,532 deletions.
There are no files selected for viewing
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,5 +1,9 @@ | ||
# Changelog | ||
|
||
## 2.0.2 | ||
|
||
Upgrade to version 3 of `gren-lang/node`. | ||
|
||
## 2.0.1 | ||
|
||
Bump version range of `gren-lang/node`. | ||
|
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,16 +1,18 @@ | ||
{ | ||
"type": "application", | ||
"platform": "node", | ||
"source-directories": [ | ||
"src" | ||
], | ||
"gren-version": "0.3.0", | ||
"dependencies": { | ||
"direct": { | ||
"gren-lang/core": "4.0.0", | ||
"gren-lang/node": "2.0.0", | ||
"icidasset/shikensu-gren": "local:.." | ||
}, | ||
"indirect": {} | ||
"type": "application", | ||
"platform": "node", | ||
"source-directories": [ | ||
"src" | ||
], | ||
"gren-version": "0.3.0", | ||
"dependencies": { | ||
"direct": { | ||
"gren-lang/core": "4.0.1", | ||
"gren-lang/node": "3.0.1", | ||
"icidasset/shikensu-gren": "local:.." | ||
}, | ||
"indirect": { | ||
"gren-lang/url": "3.0.0" | ||
} | ||
} | ||
} |
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,23 +1,23 @@ | ||
{ | ||
"type": "package", | ||
"platform": "node", | ||
"name": "icidasset/shikensu-gren", | ||
"summary": "Run a sequence of functions on in-memory representations of files", | ||
"license": "BSD-3-Clause", | ||
"version": "2.0.1", | ||
"exposed-modules": [ | ||
"Shikensu", | ||
"Shikensu.Bundle", | ||
"Shikensu.Contrib", | ||
"Shikensu.Definition", | ||
"Shikensu.Error", | ||
"Shikensu.Focus", | ||
"Shikensu.Path", | ||
"Shikensu.Path.Encapsulated" | ||
], | ||
"gren-version": "0.2.0 <= v < 1.0.0", | ||
"dependencies": { | ||
"gren-lang/core": "4.0.0 <= v < 5.0.0", | ||
"gren-lang/node": "2.0.0 <= v < 4.0.0" | ||
} | ||
"type": "package", | ||
"platform": "node", | ||
"name": "icidasset/shikensu-gren", | ||
"summary": "Run a sequence of functions on in-memory representations of files", | ||
"license": "BSD-3-Clause", | ||
"version": "2.0.2", | ||
"exposed-modules": [ | ||
"Shikensu", | ||
"Shikensu.Bundle", | ||
"Shikensu.Contrib", | ||
"Shikensu.Definition", | ||
"Shikensu.Error", | ||
"Shikensu.Focus", | ||
"Shikensu.Path", | ||
"Shikensu.Path.Encapsulated" | ||
], | ||
"gren-version": "0.2.0 <= v < 1.0.0", | ||
"dependencies": { | ||
"gren-lang/core": "4.0.0 <= v < 5.0.0", | ||
"gren-lang/node": "3.0.0 <= v < 4.0.0" | ||
} | ||
} |
Oops, something went wrong.