svelte-guard-history-router
Advanced tools
Comparing version 1.1.16 to 1.1.17
{ | ||
"name": "svelte-guard-history-router", | ||
"version": "1.1.16", | ||
"version": "1.1.17", | ||
"module": "src/index.mjs", | ||
@@ -14,6 +14,7 @@ "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\"", | ||
"start": "rollup -c example/rollup.config.mjs -w", | ||
"test": "testcafe $BROWSER:headless tests/*-test.js -s test-results --app-init-delay 500 --app \"rollup -c example/rollup.config.mjs -w\"", | ||
"docs": "documentation readme src/index.mjs --section=API", | ||
"lint": "documentation lint src/index.mjs" | ||
"lint": "documentation lint src/index.mjs", | ||
"gh-page": "rollup -c example/rollup.config.js" | ||
}, | ||
@@ -24,13 +25,13 @@ "dependencies": { | ||
"devDependencies": { | ||
"documentation": "^12.1.4", | ||
"rollup": "^1.32.0", | ||
"@rollup/plugin-node-resolve": "^7.1.3", | ||
"documentation": "^12.3.0", | ||
"rollup": "^2.6.1", | ||
"rollup-plugin-dev": "^1.1.1", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-svelte": "^5.1.1", | ||
"rollup-plugin-svelte": "^5.2.1", | ||
"semantic-release": "^17.0.4", | ||
"svelte": "^3.19.1", | ||
"testcafe": "^1.8.2" | ||
"svelte": "^3.20.1", | ||
"testcafe": "^1.8.4" | ||
}, | ||
"engines": { | ||
"node": ">=12.16.1" | ||
"node": ">=13.13.0" | ||
}, | ||
@@ -46,4 +47,7 @@ "repository": { | ||
"template": { | ||
"inheritFrom": "arlac77/template-svelte" | ||
"inheritFrom": [ | ||
"arlac77/template-svelte-component", | ||
"arlac77/template-github" | ||
] | ||
} | ||
} |
@@ -6,4 +6,4 @@ [![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev) | ||
[![downloads](http://img.shields.io/npm/dm/svelte-guard-history-router.svg?style=flat-square)](https://npmjs.org/package/svelte-guard-history-router) | ||
[![Build Status](https://secure.travis-ci.org/arlac77/svelte-guard-history-router.png)](http://travis-ci.org/arlac77/svelte-guard-history-router) | ||
[![Greenkeeper](https://badges.greenkeeper.io/arlac77/svelte-guard-history-router.svg)](https://greenkeeper.io/) | ||
[![GitHub Issues](https://img.shields.io/github/issues/arlac77/svelte-guard-history-router.svg?style=flat-square)](https://github.com/arlac77/svelte-guard-history-router/issues) | ||
[![Build Status](https://travis-ci.com/arlac77/svelte-guard-history-router.svg?branch=master)](https://travis-ci.com/arlac77/svelte-guard-history-router) | ||
[![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-guard-history-router) | ||
@@ -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
33296