[Pkg-mozext-commits] [jpm.sh] 14/43: "version": "0.0.9"

Hema Prathaban hemaprathaban-guest at moszumanska.debian.org
Thu Aug 17 07:52:34 UTC 2017


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

hemaprathaban-guest pushed a commit to branch master
in repository jpm.sh.

commit f4e889537538c340af956be9782a5ad3d72ca136
Author: Erik Vold <evold at mozilla.com>
Date:   Tue Feb 24 10:09:03 2015 -0800

    "version": "0.0.9"
    
    * Adding some info to the reademe
    * Adding a repo and homepage key to the package.json
---
 README.md    | 8 +++++++-
 package.json | 9 +++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 8dd8fdd..b08e218 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,7 @@
-# JPM Core
+# JPM Core  [![Build Status](https://travis-ci.org/mozilla/jpm-core.png)](https://travis-ci.org/mozilla/jpm-core)
+===
+
+[![NPM](https://nodei.co/npm/jpm-core.png?stars&downloads)](https://nodei.co/npm/jpm-core)
+[![NPM](https://nodei.co/npm-dl/jpm-core.png)](https://nodei.co/npm/jpm-core)
+
+Cross platform components for building Firefox add-ons
diff --git a/package.json b/package.json
index a2568fe..2f945d8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "jpm-core",
-  "version": "0.0.8",
+  "version": "0.0.9",
   "description": "Cross platform components for building Firefox add-ons",
   "main": "./index.js",
   "keywords": [
@@ -10,5 +10,10 @@
     "mozilla"
   ],
   "author": "Erik Vold <evold at mozilla.com> (http://work.erikvold.com/)",
-  "license": "MPL v2.0"
+  "license": "MPL v2.0",
+  "homepage": "https://github.com/mozilla/jpm-core",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/mozilla/jpm-core.git"
+  }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/jpm.sh.git



More information about the Pkg-mozext-commits mailing list