Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Mar 4, 2016
1 parent dcac2b5 commit 478e708
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"name" : "backbone",
"description" : "Give your JS App some Backbone with Models, Views, Collections, and Events.",
"url" : "http://backbonejs.org",
"keywords" : ["model", "view", "controller", "router", "server", "client", "browser"],
"author" : "Jeremy Ashkenas",
"dependencies" : {
"underscore" : ">=1.8.3"
"name": "backbone",
"description": "Give your JS App some Backbone with Models, Views, Collections, and Events.",
"url": "http://backbonejs.org",
"keywords": [
"model",
"view",
"controller",
"router",
"server",
"client",
"browser"
],
"author": "Jeremy Ashkenas",
"dependencies": {
"underscore": ">=1.8.3"
},
"devDependencies": {
"coffee-script": "1.7.1",
Expand All @@ -23,15 +31,17 @@
"doc": "docco backbone.js && docco examples/todos/todos.js examples/backbone.localStorage.js",
"lint": "eslint backbone.js test/*.js"
},
"main" : "backbone.js",
"version" : "1.2.3",
"license" : "MIT",
"main": "backbone.js",
"version": "1.3.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jashkenas/backbone.git"
},
"files": [
"backbone.js", "backbone-min.js", "backbone-min.map", "LICENSE"
"backbone.js",
"backbone-min.js",
"backbone-min.map",
"LICENSE"
]
}

4 comments on commit 478e708

@jridgewell
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

npm version did the reformatting...

@akre54
Copy link
Collaborator

@akre54 akre54 commented on 478e708 Mar 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert?

@jridgewell
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The formatting? I think that's unnecessary.

@megawac
Copy link
Collaborator

@megawac megawac commented on 478e708 Mar 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine with this either formatting, = to revert

Please sign in to comment.