Skip to content

Commit c282d22

Browse files
author
Vlad Balin
committed
updated docs
1 parent 3ea16e2 commit c282d22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
master: [![Master Build Status](https://travis-ci.org/Volicon/backbone.nestedTypes.svg?branch=master)](https://travis-ci.org/Volicon/backbone.nestedTypes)
44
develop: [![Develop Build Status](https://travis-ci.org/Volicon/backbone.nestedTypes.svg?branch=develop)](https://travis-ci.org/Volicon/backbone.nestedTypes)
55

6-
Version 1.1.1 highlights:
6+
Version 1.1.2 highlights:
77

88
- npm package name is changed to just 'nestedtypes'. Thus, `npm install nestedtypes`.
99
- It export all the stuff which is required to use it as drop-in backbonejs replacement in your project.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nestedtypes",
33
"main": "nestedtypes.js",
4-
"description": "backbone.js extension adding type annotations to model attributes, easiest possible way of dealing with nested models and collections, and native properties for attributes. Providing you with a more or less complete, simple, and powerful object system for JavaScript.",
4+
"description": "Next generation data framework, which can be used as drop-in backbonejs replacement.",
55
"homepage": "https://github.com/Volicon/backbone.nestedTypes",
66
"keywords": [
77
"backbone",
@@ -35,7 +35,7 @@
3535
"nestedtypes.js"
3636
],
3737
"license": "MIT",
38-
"version": "1.1.1",
38+
"version": "1.1.2",
3939
"scripts": {
4040
"test": "node_modules/.bin/mocha",
4141
"build": "./node_modules/.bin/webpack",

0 commit comments

Comments
 (0)