Skip to content

Commit 41047e9

Browse files
authored
Merge pull request #182 from yueshuangyan/master
fix(cpu): change main path in package.json
2 parents e682a4d + 8cf62e8 commit 41047e9

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)