[Pkg-javascript-commits] [backbone] 150/173: 1.3.0

Jonas Smedegaard dr at jones.dk
Wed Aug 31 07:44:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository backbone.

commit 478e708adeb32bd27abd7723c44b487e707f6cdc
Author: Justin Ridgewell <justin at ridgewell.name>
Date:   Thu Mar 3 21:54:25 2016 -0500

    1.3.0
---
 package.json | 34 ++++++++++++++++++++++------------
 1 file changed, 22 insertions(+), 12 deletions(-)

diff --git a/package.json b/package.json
index fadcff0..508d1f6 100644
--- a/package.json
+++ b/package.json
@@ -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",
@@ -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"
   ]
 }
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list