diff options
author | 2021-11-11 11:01:35 -0800 | |
---|---|---|
committer | 2021-11-22 10:20:47 -0800 | |
commit | 2af4192756f9600557479e301464401b5ea9709c (patch) | |
tree | fd7eeb4fe6f09ce6e7c526a3b0aaf542067bb661 /packages/bun-framework-next | |
parent | fd80d0a22dd123e00c9f4480c4b22ffe50d9d092 (diff) | |
download | bun-2af4192756f9600557479e301464401b5ea9709c.tar.gz bun-2af4192756f9600557479e301464401b5ea9709c.tar.zst bun-2af4192756f9600557479e301464401b5ea9709c.zip |
begin working on CI tasks for bun-framework-next
Diffstat (limited to 'packages/bun-framework-next')
-rw-r--r-- | packages/bun-framework-next/package.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/packages/bun-framework-next/package.json b/packages/bun-framework-next/package.json index 55c2ff930..942d79bb8 100644 --- a/packages/bun-framework-next/package.json +++ b/packages/bun-framework-next/package.json @@ -4,6 +4,20 @@ "main": "index.js", "module": "index.js", "description": "Bun compatibility layer for Next.js v12.0.x", + "scripts": { + "test": "echo Worked" + }, + "author": "", + "license": "MIT", + "dependencies": { + "react-is": "^17.0.2" + }, + "peerDependencies": { + "next": "^12.0.0" + }, + "devDependencies": { + "react-refresh": "^0.10.0" + }, "framework": { "displayName": "Next.js", "static": "public", @@ -74,19 +88,5 @@ "fallback": "fallback.production.tsx", "css": "onimportcss" } - }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "MIT", - "dependencies": { - "react-is": "^17.0.2" - }, - "peerDependencies": { - "next": "^12.0.0" - }, - "devDependencies": { - "react-refresh": "^0.10.0" } } |