svelte-common
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "svelte-common", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"module": "src/index.mjs", | ||
@@ -12,19 +12,19 @@ "svelte": "src/index.svelte", | ||
"scripts": { | ||
"start": "rollup -c example/rollup.config.js -w", | ||
"test": "testcafe $BROWSER:headless tests/*-test.js -s test-results --app-init-delay 500 --app \"rollup -c example/rollup.config.js -w\"", | ||
"docs": "documentation readme src/index.mjs --section=API", | ||
"lint": "documentation lint src/index.mjs", | ||
"start": "rollup -c example/rollup.config.js -w", | ||
"test": "testcafe $BROWSER:headless tests/*-test.js -s test-results --app-init-delay 500 --app \"rollup -c example/rollup.config.js -w\"" | ||
"lint": "documentation lint src/index.mjs" | ||
}, | ||
"devDependencies": { | ||
"documentation": "^12.1.4", | ||
"rollup": "^1.28.0", | ||
"rollup": "^1.32.0", | ||
"rollup-plugin-dev": "^1.1.1", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-svelte": "^5.1.1", | ||
"semantic-release": "^15.14.0", | ||
"svelte": "^3.16.7", | ||
"testcafe": "^1.7.1" | ||
"semantic-release": "^17.0.4", | ||
"svelte": "^3.19.1", | ||
"testcafe": "^1.8.2" | ||
}, | ||
"engines": { | ||
"node": ">=12.14.0" | ||
"node": ">=12.16.1" | ||
}, | ||
@@ -40,6 +40,4 @@ "repository": { | ||
"template": { | ||
"repository": { | ||
"url": "https://github.com/arlac77/npm-package-template-svelte.git" | ||
} | ||
"inheritFrom": "arlac77/template-svelte" | ||
} | ||
} |
@@ -1,15 +0,13 @@ | ||
[![Build Status](https://secure.travis-ci.org/arlac77/svelte-common.png)](http://travis-ci.org/arlac77/svelte-common) | ||
[![codecov.io](http://codecov.io/github/arlac77/svelte-common/coverage.svg?branch=master)](http://codecov.io/github/arlac77/svelte-common?branch=master) | ||
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
[![Coverage Status](https://coveralls.io/repos/arlac77/svelte-common/badge.svg)](https://coveralls.io/r/arlac77/svelte-common) | ||
[![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev) | ||
[![npm](https://img.shields.io/npm/v/svelte-common.svg)](https://www.npmjs.com/package/svelte-common) | ||
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) | ||
[![minified size](https://badgen.net/bundlephobia/min/svelte-common)](https://bundlephobia.com/result?p=svelte-common) | ||
[![downloads](http://img.shields.io/npm/dm/svelte-common.svg?style=flat-square)](https://npmjs.org/package/svelte-common) | ||
[![GitHub Issues](https://img.shields.io/github/issues/arlac77/svelte-common.svg?style=flat-square)](https://github.com/arlac77/svelte-common/issues) | ||
[![Build Status](https://secure.travis-ci.org/arlac77/svelte-common.png)](http://travis-ci.org/arlac77/svelte-common) | ||
[![Greenkeeper](https://badges.greenkeeper.io/arlac77/svelte-common.svg)](https://greenkeeper.io/) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/svelte-common/badge.svg)](https://snyk.io/test/github/arlac77/svelte-common) | ||
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) | ||
[![minified size](https://badgen.net/bundlephobia/min/svelte-common)](https://bundlephobia.com/result?p=svelte-common) | ||
[![npm](https://img.shields.io/npm/v/svelte-common.svg)](https://www.npmjs.com/package/svelte-common) | ||
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/svelte-common) | ||
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
[![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev) | ||
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/svelte-common/badge.svg)](https://snyk.io/test/github/arlac77/svelte-common) | ||
@@ -16,0 +14,0 @@ # svelte-common |
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
9177
43