@kofile/config-factory
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -109,2 +109,4 @@ const EventEmitter = require('events') | ||
this._performedGlobalValidation = true | ||
return this | ||
} | ||
@@ -111,0 +113,0 @@ } |
@@ -1,1 +0,1 @@ | ||
{"name":"@kofile/config-factory","version":"2.0.6","description":"Config client with optional validation","author":"Evan Sherwood <evan@sherwood.io>","license":"MIT","main":"index.js","files":["index.js"],"devDependencies":{"ava":"^0.22.0","commitizen":"^2.9.6","coveralls":"^2.13.1","cz-cli":"^1.0.0","cz-conventional-changelog":"^2.0.0","husky":"^0.13.4","lint-staged":"^3.6.0","nyc":"^11.1.0","prettier-standard":"^6.0.0","semantic-release":"^8.2.0","sinon":"^4.0.1","snazzy":"^7.0.0","standard":"^10.0.3"},"lint-staged":{"*.js":["prettier-standard","git add"]},"scripts":{"precommit":"lint-staged","commit":"git-cz","lint":"standard | snazzy","test":"nyc ava","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"nyc":{"include":["index.js"]},"repository":{"type":"git","url":"https://github.com/kofile/config-factory.git"},"dependencies":{"clone":"^2.1.1","joi":"^12.0.0"},"release":{"analyzeCommits":{"releaseRules":[{"type":"docs","scope":"readme","release":"patch"}]}}} | ||
{"name":"@kofile/config-factory","version":"2.0.7","description":"Config client with optional validation","author":"Evan Sherwood <evan@sherwood.io>","license":"MIT","main":"index.js","files":["index.js"],"devDependencies":{"ava":"^0.22.0","commitizen":"^2.9.6","coveralls":"^2.13.1","cz-cli":"^1.0.0","cz-conventional-changelog":"^2.0.0","husky":"^0.13.4","lint-staged":"^3.6.0","nyc":"^11.1.0","prettier-standard":"^6.0.0","semantic-release":"^8.2.0","sinon":"^4.0.1","snazzy":"^7.0.0","standard":"^10.0.3"},"lint-staged":{"*.js":["prettier-standard","git add"]},"scripts":{"precommit":"lint-staged","commit":"git-cz","lint":"standard | snazzy","test":"nyc ava","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"}},"nyc":{"include":["index.js"]},"repository":{"type":"git","url":"https://github.com/kofile/config-factory.git"},"dependencies":{"clone":"^2.1.1","joi":"^12.0.0"},"release":{"analyzeCommits":{"releaseRules":[{"type":"docs","scope":"readme","release":"patch"}]}}} |
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
9127
89