svelte-common
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "svelte-common", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"module": "src/index.mjs", | ||
@@ -18,13 +18,13 @@ "svelte": "src/index.svelte", | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^7.1.1", | ||
"documentation": "^12.2.0", | ||
"rollup": "^2.3.1", | ||
"@rollup/plugin-node-resolve": "^7.1.3", | ||
"documentation": "^12.3.0", | ||
"rollup": "^2.6.1", | ||
"rollup-plugin-dev": "^1.1.1", | ||
"rollup-plugin-svelte": "^5.2.0", | ||
"rollup-plugin-svelte": "^5.2.1", | ||
"semantic-release": "^17.0.4", | ||
"svelte": "^3.20.1", | ||
"testcafe": "^1.8.3" | ||
"testcafe": "^1.8.4" | ||
}, | ||
"engines": { | ||
"node": ">=13.12.0" | ||
"node": ">=13.13.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "repository": { | ||
"inheritFrom": [ | ||
"arlac77/template-svelte", | ||
"arlac77/template-svelte-component", | ||
"arlac77/template-github" | ||
@@ -44,0 +44,0 @@ ] |
@@ -7,3 +7,3 @@ [![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev) | ||
[![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) | ||
[![Build Status](https://travis-ci.com/arlac77/svelte-common.svg?branch=master)](https://travis-ci.com/arlac77/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) | ||
@@ -10,0 +10,0 @@ [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) |
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
7801