@rheactorjs/errors
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,54 +0,1 @@ | ||
{ | ||
"name": "@rheactorjs/errors", | ||
"description": "A collection of errors", | ||
"version": "1.0.1", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "jest", | ||
"test:coverage": "jest --coverage", | ||
"test:coverage-travis": "npm run test:coverage && codeclimate-test-reporter < ./coverage/lcov.info && rm -rf ./coverage", | ||
"lint": "standard", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post", | ||
"precommit": "npm run lint && npm test", | ||
"commitmsg": "commitlint -e" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/RHeactorJS/errors.git" | ||
}, | ||
"author": "Resourceful Humans GmbH <info@resourceful-humans.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/RHeactorJS/errors/issues" | ||
}, | ||
"homepage": "https://github.com/RHeactorJS/errors#readme", | ||
"dependencies": { | ||
"tcomb": "^3.2.13" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^3.2.0", | ||
"@commitlint/config-angular": "^3.1.1", | ||
"babel-cli": "^6.18.0", | ||
"babel-preset-env": "^1.1.1", | ||
"babel-preset-es2015": "^6.18.0", | ||
"babel-register": "^6.18.0", | ||
"codeclimate-test-reporter": "^0.5.0", | ||
"husky": "^0.14.3", | ||
"istanbul": "^0.4.4", | ||
"jest": "^21.2.1", | ||
"semantic-release": "^8.0.0", | ||
"standard": "^10.0.0" | ||
}, | ||
"files": [ | ||
"dist", | ||
"src", | ||
"test", | ||
"README.md" | ||
], | ||
"engines": { | ||
"node": ">=6.10.2" | ||
} | ||
} | ||
{"name":"@rheactorjs/errors","description":"A collection of errors","version":"1.0.2","main":"dist/index.js","scripts":{"test":"jest","test:coverage":"jest --coverage","test:coverage-travis":"npm run test:coverage && codeclimate-test-reporter < ./coverage/lcov.info && rm -rf ./coverage","lint":"standard","semantic-release":"semantic-release pre && npm publish && semantic-release post","precommit":"npm run lint && npm test","commitmsg":"commitlint -e"},"publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/RHeactorJS/errors.git"},"author":"Resourceful Humans GmbH <info@resourceful-humans.com>","license":"MIT","bugs":{"url":"https://github.com/RHeactorJS/errors/issues"},"homepage":"https://github.com/RHeactorJS/errors#readme","dependencies":{"tcomb":"^3.2.24"},"devDependencies":{"@commitlint/cli":"^5.2.0","@commitlint/config-angular":"^5.1.1","babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","babel-preset-es2015":"^6.18.0","babel-register":"^6.26.0","codeclimate-test-reporter":"^0.5.0","husky":"^0.14.3","jest":"^21.2.1","semantic-release":"^8.2.0","standard":"^10.0.3"},"files":["dist","src","test","README.md"],"engines":{"node":">=6.10.2"}} |
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
11
33279
Updatedtcomb@^3.2.24