-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare to make a new version of Topirarist available via 'npm', but …
…also provide a small backwards compatiblity fix so we only have to update the minor version number.
- Loading branch information
Showing
3 changed files
with
11 additions
and
5 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
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,8 +1,8 @@ | ||
{ | ||
"name": "topiarist", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"author": "kybernetikos <[email protected]>", | ||
"description": "a micro library for extension, mixin and interfaces.", | ||
"description": "Topiarist provides tree and shape-based type verification for JavaScript.", | ||
"main": "./lib/topiarist.js", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -11,7 +11,9 @@ | |
"keywords": [ | ||
"extend", | ||
"inheritance", | ||
"OO" | ||
"OO", | ||
"mixin", | ||
"interface" | ||
], | ||
"dependencies" : {}, | ||
"devDependencies": { | ||
|
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