Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit e84821b

Browse files
only package build folder
1 parent af3c1d3 commit e84821b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

demo/demo-next/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "@backengine/codegen",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Generate code for Backengine projects.",
55
"bin": "build/index.js",
6+
"files": [
7+
"build"
8+
],
69
"license": "MIT",
710
"keywords": [
811
"javascript",

0 commit comments

Comments
 (0)