8000 Merge branch 'release/v1.5.0' · slaveofcode/podeng@a475bf4 · GitHub
[go: up one dir, main page]

Skip to content

Commit a475bf4

Browse files
committed
Merge branch 'release/v1.5.0'
2 parents a1bafa4 + bc66180 commit a475bf4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ const Buses = blueprint.array(Bus);
159159
160160
// extend from an array object
161161
const FlyingBuses = blueprint.extend(Buses, {
162-
wingsCount: typoes.integer
162+
wingsCount: types.integer
163163
});
164164
165165
Bus({

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "podeng",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Simple JSON value normalization to make everything gone right.",
55
"main": "index.js",
66
"direct 379F ories": {

0 commit comments

Comments
 (0)
0