Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "eredita", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Javascript Data Inheritance", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"scripts": { | ||
"prepublish": "babel --presets es2015 --source-maps --out-file index.js src/index.js" | ||
"clean": "rimraf dist coverage .nyc_output node_modules", | ||
"prebuild": "rimraf dist", | ||
"build": "tsc", | ||
"precommit": "npm run build && npm run cover && npm run check-coverage", | ||
"commit": "git-cz", | ||
"check-coverage": "nyc check-coverage --statements 80 --branches 80 --functions 80 --lines 80", | ||
"report-coverage": "cat ./coverage/lcov.info | coveralls", | ||
"watch:test": "npm t -- -w", | ||
"test": "mocha test/*.test.js", | ||
"cover": "nyc --reporter=lcov --reporter=text npm t", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
}, | ||
@@ -20,10 +31,34 @@ "repository": { | ||
], | ||
"files": [ | ||
"dist", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"author": "Federico Pinna <fpinna@vivocha.com> (http://www.vivocha.com/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/vivocha/eredita/issues" | ||
}, | ||
"homepage": "https://github.com/vivocha/eredita#readme", | ||
"devDependencies": { | ||
"babel-cli": "^6.4.5", | ||
"babel-core": "^6.4.0", | ||
"babel-loader": "^6.2.1", | ||
"babel-preset-es2015": "^6.3.13" | ||
"@types/node": "7.0.18", | ||
"chai": "3.5.0", | ||
"chai-as-promised": "6.0.0", | ||
"chai-spies": "0.7.1", | ||
"commitizen": "2.9.6", | ||
"coveralls": "2.13.1", | ||
"cz-conventional-changelog": "2.0.0", | ||
"husky": "0.13.3", | ||
"lodash": "4.17.4", | ||
"mocha": "3.3.0", | ||
"nyc": "10.3.2", | ||
"rimraf": "2.6.1", | ||
"semantic-release": "^6.3.6", | ||
"typescript": "2.3.2" | ||
}, | ||
"author": "Federico Pinna <fpinna@vivocha.com>", | ||
"license": "MIT" | ||
} | ||
"config": { | ||
"commitizen": { | ||
"path": "node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} |
@@ -1,1 +0,5 @@ | ||
# eredita | ||
# eredita | ||
[![travis build](https://img.shields.io/travis/vivocha/eredita.svg)](https://travis-ci.org/vivocha/eredita) | ||
[![codecov coverage](https://img.shields.io/codecov/c/github/vivocha/eredita.svg)](https://codecov.io/gh/vivocha/eredita) | ||
[![npm version](https://img.shields.io/npm/v/eredita.svg)](https://www.npmjs.com/package/eredita) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
0
6
13231
14
6
157
1