@quilted/events
Advanced tools
Comparing version 0.1.5 to 0.1.6
# @quilted/events | ||
## 0.1.6 | ||
### Patch Changes | ||
- [#364](https://github.com/lemonmade/quilt/pull/364) [`4dc1808a`](https://github.com/lemonmade/quilt/commit/4dc1808a86d15e821b218b528617430cbd8b5b48) Thanks [@lemonmade](https://github.com/lemonmade)! - Update to simplified Quilt config | ||
## 0.1.5 | ||
@@ -4,0 +10,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "engines": { | ||
"types": "./build/typescript/index.d.ts", | ||
"quilt:from-source": "./source/index.ts", | ||
"quilt:source": "./source/index.ts", | ||
"quilt:esnext": "./build/esnext/index.esnext", | ||
@@ -43,5 +43,5 @@ "import": "./build/esm/index.mjs", | ||
"extends": [ | ||
"@quilted/eslint-config/package" | ||
"@quilted/eslint-config/project" | ||
] | ||
} | ||
} |
@@ -1,6 +0,5 @@ | ||
import {createPackage, quiltPackage} from '@quilted/craft'; | ||
import {createProject, quiltPackage} from '@quilted/craft'; | ||
export default createPackage((pkg) => { | ||
pkg.entry({source: './source/index.ts'}); | ||
pkg.use(quiltPackage()); | ||
export default createProject((project) => { | ||
project.use(quiltPackage()); | ||
}); |
{ | ||
"extends": "@quilted/typescript/pkg.json", | ||
"extends": "@quilted/typescript/project.json", | ||
"compilerOptions": { | ||
@@ -4,0 +4,0 @@ "rootDir": "source", |
Sorry, the diff of this file is not supported yet
51604
27
492