Comparing version 5.0.0-alpha.15 to 5.0.0-alpha.16
@@ -1,2 +0,2 @@ | ||
import { h, render } from '../../node_modules/preact/dist/preact.esm.js'; | ||
import { h, render } from '../../preact/dist/preact.esm.js'; | ||
import { withProps } from './with-props.js'; | ||
@@ -3,0 +3,0 @@ import { withRender } from './with-render.js'; |
{ | ||
"name": "skatejs", | ||
"version": "5.0.0-alpha.15", | ||
"version": "5.0.0-alpha.16", | ||
"description": "Skate is a library built on top of the W3C web component specs that enables you to write functional and performant web components with a very small footprint.", | ||
@@ -26,13 +26,7 @@ "license": "MIT", | ||
], | ||
"files": [ | ||
"esnext", | ||
"es", | ||
"node", | ||
"src", | ||
"umd" | ||
], | ||
"files": ["esnext", "es", "node", "src", "umd"], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@skatejs/bore": "4.0.0", | ||
"@skatejs/ssr": "0.10.0", | ||
"@skatejs/ssr": "0.12.2", | ||
"@skatejs/val": "0.3.1", | ||
@@ -42,3 +36,3 @@ "babel-cli": "6.24.1", | ||
"babel-plugin-modules-map": "1.0.0", | ||
"babel-plugin-modules-web-compat": "1.1.0", | ||
"babel-plugin-modules-web-compat": "1.1.1", | ||
"babel-preset-env": "1.6.0", | ||
@@ -82,3 +76,3 @@ "babel-preset-es2015-rollup": "3.0.0", | ||
"release": "git push && git push --tags && npm publish", | ||
"site": "./node_modules/@skatejs/ssr/bin/index --out public --src site/*.js --babel config/babel.node", | ||
"site": "./node_modules/@skatejs/ssr/bin/index --babel config/babel.node --out public --no-rehydrate --src site/*.js", | ||
"test": "jest", | ||
@@ -90,6 +84,3 @@ "test:watch": "jest --watch", | ||
"lint-staged": { | ||
"*.(js|json)": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
"*.(js|json)": ["prettier --write", "git add"] | ||
}, | ||
@@ -102,15 +93,7 @@ "config": { | ||
"babel": { | ||
"presets": [ | ||
"latest", | ||
"react", | ||
"stage-0" | ||
] | ||
"presets": ["latest", "react", "stage-0"] | ||
}, | ||
"jest": { | ||
"modulePathIgnorePatterns": [ | ||
"./node_modules" | ||
], | ||
"setupFiles": [ | ||
"./test/unit/setup" | ||
], | ||
"modulePathIgnorePatterns": ["./node_modules"], | ||
"setupFiles": ["./test/unit/setup"], | ||
"setupTestFrameworkScriptFile": "./test/unit/setup-test", | ||
@@ -117,0 +100,0 @@ "testEnvironment": "@skatejs/ssr/jest" |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
291783
61
3382
4