File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Browser or Node.js
2
+
2
3
[ ![ Build Status] ( https://travis-ci.org/flexdinesh/browser-or-node.svg?branch=master )] ( https://travis-ci.org/flexdinesh/browser-or-node )
3
- [ ![ npm version] ( https://badge.fury.io/js/browser-or-node.svg )] ( https://www.npmjs.com/package/browser-or-node )
4
- [ ![ dependencies Status] ( https://david-dm.org/flexdinesh/browser-or-node/status.svg )] ( https://david-dm.org/flexdinesh/browser-or-node )
5
4
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
6
- [ ![ npm ] ( https://img.shields.io/npm/dt/browser-or-node.svg )] ( https://www.npmjs.com/package/browser-or-node )
5
+
7
6
8
7
Check whether the code is running in the browser or node.js runtime.
9
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " browser-or-node" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Check where the code is running in the browser or node.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments