We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e87fa commit eee2274Copy full SHA for eee2274
.npmignore
package.json
@@ -35,6 +35,20 @@
35
"examples/lib/*",
36
"src/polyfill/*"
37
],
38
+ "files": [
39
+ "build/playcanvas.js",
40
+ "build/playcanvas.min.js",
41
+ "build/playcanvas.mjs",
42
+ "build/playcanvas.dbg.js",
43
+ "build/playcanvas.prf.js",
44
+ "build/playcanvas.d.ts",
45
+ "build/playcanvas-extras.js",
46
+ "index.d.ts",
47
+ "LICENSE",
48
+ "package.json",
49
+ "README.md",
50
+ "README-zh.md"
51
+ ],
52
"devDependencies": {
53
"@babel/core": "7.12.13",
54
"@babel/plugin-proposal-class-properties": "7.12.13",
0 commit comments