Skip to content

Commit fc88f7a

Browse files
committed
Added npm badge
1 parent abe834c commit fc88f7a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Browser or Node.js
22

33
[![Build Status](https://travis-ci.org/flexdinesh/browser-or-node.svg?branch=master)](https://travis-ci.org/flexdinesh/browser-or-node)
4+
[![npm version](https://badge.fury.io/js/browser-or-node.svg)](https://www.npmjs.com/package/browser-or-node)
45
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
56

67

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-or-node",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Check where the code is running in the browser or node.js",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -24,12 +24,11 @@
2424
},
2525
"keywords": [
2626
"npm",
27-
"module",
27+
"browser",
2828
"node",
29-
"javascript",
30-
"package json",
31-
"package.json",
32-
"get package json"
29+
"is browser",
30+
"is node",
31+
"is browser node"
3332
],
3433
"author": "Dineshkumar Pandiyan <[email protected]>",
3534
"license": "MIT",

0 commit comments

Comments
 (0)