npm-update
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -1,14 +0,1 @@ | ||
/* ================================================================ | ||
* npm-update by xdf(xudafeng[at]126.com) | ||
* | ||
* first created at : Tue Aug 04 2015 11:20:24 GMT+0800 (CST) | ||
* | ||
* ================================================================ | ||
* Copyright xdf | ||
* | ||
* Licensed under the MIT License | ||
* You may not use this file except in compliance with the License. | ||
* | ||
* ================================================================ */ | ||
'use strict'; | ||
@@ -23,3 +10,3 @@ | ||
var protocol = options.protocol || 'http'; | ||
var host = options.host || 'registry.npmjs.org'; | ||
var host = options.host || 'registry.cnpmjs.org'; | ||
@@ -26,0 +13,0 @@ var opt = { |
@@ -1,14 +0,1 @@ | ||
/* ================================================================ | ||
* npm-update by xdf(xudafeng[at]126.com) | ||
* | ||
* first created at : Tue Aug 04 2015 11:20:24 GMT+0800 (CST) | ||
* | ||
* ================================================================ | ||
* Copyright xdf | ||
* | ||
* Licensed under the MIT License | ||
* You may not use this file except in compliance with the License. | ||
* | ||
* ================================================================ */ | ||
'use strict'; | ||
@@ -15,0 +2,0 @@ |
{ | ||
"name": "npm-update", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "npm update", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -24,3 +24,3 @@ # npm-update | ||
``` bash | ||
```bash | ||
$ npm i npm-update --save | ||
@@ -31,3 +31,3 @@ ``` | ||
``` javascript | ||
```javascript | ||
var update = require('npm-update'); | ||
@@ -46,3 +46,1 @@ var pkg = require('../package'); | ||
The MIT License (MIT) | ||
Copyright (c) 2015 xdf |
@@ -1,14 +0,1 @@ | ||
/* ================================================================ | ||
* npm-update by xdf(xudafeng[at]126.com) | ||
* | ||
* first created at : Tue Aug 04 2015 11:20:24 GMT+0800 (CST) | ||
* | ||
* ================================================================ | ||
* Copyright 2013 xdf | ||
* | ||
* Licensed under the MIT License | ||
* You may not use this file except in compliance with the License. | ||
* | ||
* ================================================================ */ | ||
'use strict'; | ||
@@ -15,0 +2,0 @@ |
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
5571
10
104
44