[Pkg-javascript-commits] [dojo] 139/149: refs #18121, metadata formatting consistency fixes
David Prévot
taffit at moszumanska.debian.org
Sat Feb 27 03:13:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository dojo.
commit d40757e56483d8ed177c938c433bfaf7805303a8
Author: Dylan Schiemann <dylan at dojotoolkit.org>
Date: Wed Feb 24 06:18:11 2016 -0700
refs #18121, metadata formatting consistency fixes
---
bower.json | 7 +++----
package.json | 6 +++---
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/bower.json b/bower.json
index 7ebc5eb..6c14050 100644
--- a/bower.json
+++ b/bower.json
@@ -2,13 +2,13 @@
"name": "dojo",
"main": "main.js",
"moduleType": [ "amd" ],
- "licenses": [ "BSD-3-Clause", "AFL-2.1"],
+ "licenses": [ "BSD-3-Clause", "AFL-2.1" ],
"ignore": [
".*",
"tests",
"testsDOH"
],
- "keywords": ["JavaScript", "Dojo", "Toolkit"],
+ "keywords": [ "JavaScript", "Dojo", "Toolkit" ],
"authors": [],
"homepage": "http://dojotoolkit.org/",
"repository":{
@@ -23,7 +23,6 @@
"glob": "3.2.7",
"jsgi-node": "0.3.1",
"formidable": "1.0.14",
- "sinon": "1.12.2",
- "dojo": "1.10.4"
+ "sinon": "1.12.2"
},
}
diff --git a/package.json b/package.json
index f5bddbc..fb4c39f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dojo",
- "version":"1.11.0-pre",
+ "version": "1.11.0-pre",
"directories": {
"lib": "."
},
@@ -26,9 +26,9 @@
"description": "Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.",
"license" : "BSD-3-Clause OR AFL-2.1",
"bugs": "http://bugs.dojotoolkit.org/",
- "keywords": ["JavaScript", "Dojo", "Toolkit"],
+ "keywords": [ "JavaScript", "Dojo", "Toolkit" ],
"homepage": "http://dojotoolkit.org/",
- "repository":{
+ "repository": {
"type": "git",
"url": "https://github.com/dojo/dojo.git"
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git
More information about the Pkg-javascript-commits
mailing list