[Pkg-javascript-commits] [node-entities] 30/63: 0.4.0

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Sep 22 08:15:46 UTC 2014


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

debacle pushed a commit to branch master
in repository node-entities.

commit be0a6a3de25e61d94aac97a5f775c4721dae19de
Author: fb55 <feedic at me.com>
Date:   Sun Feb 16 11:55:36 2014 +0100

    0.4.0
---
 package.json | 45 +++++++++++++++++++++++++--------------------
 1 file changed, 25 insertions(+), 20 deletions(-)

diff --git a/package.json b/package.json
index 8069503..9525d54 100644
--- a/package.json
+++ b/package.json
@@ -1,22 +1,27 @@
 {
-    "name": "entities",
-    "version": "0.3.0",
-    "description": "Encode & decode XML/HTML entities with ease",
-    "author": "Felix Boehm <me at feedic.com>",
-    "keywords": ["html", "xml", "entity", "encoding"],
-    "main": "./index.js",
-    "directories": {
-        "test": "test"
-    },
-    "devDependencies": {
-        "mocha": "~1.9.0"
-    },
-    "scripts": {
-        "test": "mocha"
-    },
-    "repository": {
-		  "type": "git"
-		, "url": "git://github.com/fb55/node-entities.git"
-	},
-	"license": "BSD-like"
+  "name": "entities",
+  "version": "0.4.0",
+  "description": "Encode & decode XML/HTML entities with ease",
+  "author": "Felix Boehm <me at feedic.com>",
+  "keywords": [
+    "html",
+    "xml",
+    "entity",
+    "encoding"
+  ],
+  "main": "./index.js",
+  "directories": {
+    "test": "test"
+  },
+  "devDependencies": {
+    "mocha": "~1.9.0"
+  },
+  "scripts": {
+    "test": "mocha"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/fb55/node-entities.git"
+  },
+  "license": "BSD-like"
 }

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



More information about the Pkg-javascript-commits mailing list