Skip to content

Commit 8cf62e8

Browse files
committed
fix(cpu): change main path in package.json
1 parent 58305aa commit 8cf62e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/paddlejs-backend-cpu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@paddlejs/paddlejs-backend-cpu",
33
"version": "0.0.2-beta.0",
44
"description": "",
5-
"main": "index.js",
5+
"main": "lib/index",
66
"scripts": {
77
"start": "webpack serve --mode development",
88
"build": "webpack --config webpack.prod.js"

0 commit comments

Comments
 (0)