cloudflare
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -27,3 +27,3 @@ 'use strict'; | ||
}, static: true}, | ||
nameservers: {type: 'array', static: true}, | ||
nameservers: {type: 'array', static: true, alias: 'name_servers'}, | ||
owner: {model: { | ||
@@ -30,0 +30,0 @@ id: {type: 'string', max: 32}, |
@@ -5,3 +5,3 @@ { | ||
"author": "Terin Stock <terinjokes@gmail.com>", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"bugs": { | ||
@@ -23,2 +23,3 @@ "url": "https://github.com/cloudflare/node-cloudflare/issues" | ||
"nyc": "^6.4.0", | ||
"semantic-release": "^4.3.5", | ||
"xo": "^0.15.0" | ||
@@ -39,7 +40,13 @@ }, | ||
"test": "xo && nyc --reporter=lcov -- ava", | ||
"coverage": "cat ./coverage/lcov.info | coveralls" | ||
"coverage": "cat ./coverage/lcov.info | coveralls", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"lib", | ||
"test" | ||
], | ||
"xo": { | ||
"space": true | ||
} | ||
} | ||
} |
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
35886
6
12