Skip to content

Commit d2194ca

Browse files
committed
NPM publish
1 parent 8a9bece commit d2194ca

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
NOTE
2+
====
3+
This is a patched and npm-published version of https://github.com/redpie/backbone-schema
4+
15
Backbone.Schema
26
===============
37

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"name" : "backbone-schema",
3-
"description" : "Create Backbone models and collections from JSON Schema",
2+
"name" : "backbone-json-schema",
3+
"description" : "A patched and npm published fork of https://github.com/redpie/backbone-schema --- Create Backbone models and collections from JSON Schema",
44
"keywords" : ["Backbone", "schema", "json", "jsonschema", "nested", "model", "collection"],
5-
"repository" : "git://github.com/redpie/backbone-schema.git",
6-
"author" : "Redpie",
5+
"repository" : "git://github.com/Reggino/backbone-json-schema.git",
76
"contributors" : "Listed at <https://github.com/redpie/backbone-schema/graphs/contributors>",
87
"dependencies" : {
98
"backbone": ">=0.9.2",

0 commit comments

Comments
 (0)