Comparing version 2.0.7 to 2.0.8
{ | ||
"name": "hyperapp", | ||
"description": "The tiny framework for building hypertext applications", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"type": "module", | ||
"main": "index.js", | ||
"main": "hyperapp.js", | ||
"license": "MIT", | ||
@@ -14,2 +14,3 @@ "repository": "jorgebucaran/hyperapp", | ||
"author": "Jorge Bucaran", | ||
"funding": "https://github.com/sponsors/jorgebucaran", | ||
"keywords": [ | ||
@@ -26,4 +27,4 @@ "hyperapp", | ||
"test": "c8 twist test/*.js", | ||
"build": "env dir=${pkg:+pkg/$pkg/} out=$npm_package_name${pkg:+.$pkg}.js npm run minify", | ||
"minify": "terser ${dir}index.js -o ${dir}$out -mc --source-map url=$out.map --module", | ||
"build": "env prefix=${pkg:+pkg/$pkg/} out=$npm_package_name${pkg:+.$pkg}.js npm run minify", | ||
"minify": "terser ${prefix}index.js -o ${prefix}$out -mc --source-map url=$out.map --module", | ||
"create": "npm run build && git commit -am $msg && git tag -s $msg -m $msg && git push && git push --tags", | ||
@@ -30,0 +31,0 @@ "message": "echo ${pkg:+@$npm_package_name/$pkg@}$(node -p \"require('./${pkg:+pkg/$pkg/}package').version\")", |
@@ -83,3 +83,3 @@ # Hyperapp | ||
| [`@hyperapp/html`](/pkg/html) | [![npm](https://img.shields.io/npm/v/@hyperapp/html.svg?style=for-the-badge&color=0366d6&label=)](https://www.npmjs.com/package/@hyperapp/html) | Write HTML using functions | | ||
| [`@hyperapp/time`](/pkg/time) | [![npm](https://img.shields.io/npm/v/@hyperapp/time.svg?style=for-the-badge&color=0366d6&label=)](https://www.npmjs.com/package/@hyperapp/time) | Subscribe to intervals, get the time now | | ||
| [`@hyperapp/time`](/pkg/time) | [![npm](https://img.shields.io/npm/v/@hyperapp/time.svg?style=for-the-badge&color=0366d6&label=)](https://www.npmjs.com/package/@hyperapp/time) | Subscribe to intervals, get the time | | ||
| [`@hyperapp/http`](/pkg/http) | [![npm](https://img.shields.io/npm/v/@hyperapp/http.svg?style=for-the-badge&color=0366d6&label=)](https://www.npmjs.com/package/@hyperapp/http) | Talk to servers, make HTTP requests | | ||
@@ -86,0 +86,0 @@ | [`@hyperapp/events`](/pkg/events) | [![npm](https://img.shields.io/npm/v/@hyperapp/events.svg?style=for-the-badge&color=0366d6&label=)](https://www.npmjs.com/package/@hyperapp/events) | Listen to events: animation frames, keyboard, mouse, window, and more | |
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
29635