isomorphic-user-agent
Advanced tools
Comparing version 2.0.3 to 2.0.5
{ | ||
"name": "isomorphic-user-agent", | ||
"version": "2.0.3", | ||
"version": "2.0.5", | ||
"description": "Isomorphic user agent", | ||
@@ -12,7 +12,9 @@ "main": "./dist/index.js", | ||
"build": "npm run lint && npm run clean && npm run transpile && npm run bundle", | ||
"lint": "eslint ./src" | ||
"lint": "eslint ./src", | ||
"preversion": "npm run test && npm run build", | ||
"version": "git add package.json && git commit -m \"Bump version $npm_package_version\" && git tag -a $npm_package_version -m \"Version $npm_package_version\"" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/team-magneto/isomorphic-user-agent.git" | ||
"url": "git+ssh://git@github.com/team-767/isomorphic-user-agent.git" | ||
}, | ||
@@ -25,8 +27,8 @@ "keywords": [ | ||
], | ||
"author": "Team Magneto", | ||
"author": "Renan Mendes Carvalho <aitherios@gmail.com> (https://github.com/aitherios)", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/team-magneto/isomorphic-user-agent/issues" | ||
"url": "https://github.com/team-767/isomorphic-user-agent/issues" | ||
}, | ||
"homepage": "https://github.com/team-magneto/isomorphic-user-agent#readme", | ||
"homepage": "https://github.com/team-767/isomorphic-user-agent#readme", | ||
"jest": { | ||
@@ -84,3 +86,10 @@ "rootDir": "./src" | ||
} | ||
} | ||
}, | ||
"maintainers": [ | ||
"Renan Mendes Carvalho <aitherios@gmail.com> (https://github.com/aitherios)" | ||
], | ||
"contributors": [ | ||
"Renan Mendes Carvalho <aitherios@gmail.com> (https://github.com/aitherios)", | ||
"Guilherme Garnier <guilherme.garnier@gmail.com> (http://blog.guilhermegarnier.com)" | ||
] | ||
} |
# isomorphic-user-agent | ||
[![npm version](https://img.shields.io/npm/v/isomorphic-user-agent.svg?style=flat-square)](https://www.npmjs.com/package/isomorphic-user-agent) | ||
[![dependency status](https://img.shields.io/david/team-magneto/isomorphic-user-agent.svg?style=flat-square)](https://david-dm.org/team-magneto/isomorphic-user-agent) | ||
[![build status](https://img.shields.io/travis/team-magneto/isomorphic-user-agent.svg?style=flat-square)](https://travis-ci.org/team-magneto/isomorphic-user-agent) | ||
[![dependency status](https://img.shields.io/david/team-767/isomorphic-user-agent.svg?style=flat-square)](https://david-dm.org/team-767/isomorphic-user-agent) | ||
[![build status](https://img.shields.io/travis/team-767/isomorphic-user-agent.svg?style=flat-square)](https://travis-ci.org/team-767/isomorphic-user-agent) | ||
@@ -6,0 +6,0 @@ Returns user agent in browser/node |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25233