Skip to content

Commit 425e582

Browse files
committed
v1.0.0
1 parent 8f0685d commit 425e582

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceteio/next-layout-loader",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Automatic next.js layout component loader",
55
"main": "dist/ceteio-next-layout-loader.cjs.js",
66
"module": "dist/ceteio-next-layout-loader.esm.js",
@@ -37,9 +37,9 @@
3737
"@babel/preset-env": "^7.16.5",
3838
"@changesets/cli": "^2.18.1",
3939
"@preconstruct/cli": "^2.1.5",
40-
"np": "^7.6.0",
4140
"babel-plugin-codegen": "^4.1.5",
42-
"babel-plugin-preval": "^5.0.0"
41+
"babel-plugin-preval": "^5.0.0",
42+
"np": "^7.6.0"
4343
},
4444
"peerDependencies": {
4545
"babel-plugin-codegen": "^4.1.5",

0 commit comments

Comments
 (0)