Chore: Removed the "source" field from manifests
This commit is contained in:
parent
5456772345
commit
2342e83d49
3 changed files with 0 additions and 3 deletions
|
@ -7,7 +7,6 @@
|
||||||
"email": "aria@theatrejs.com",
|
"email": "aria@theatrejs.com",
|
||||||
"url": "https://github.com/AriaMinaei"
|
"url": "https://github.com/AriaMinaei"
|
||||||
},
|
},
|
||||||
"source": "src/index.ts",
|
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "playground",
|
"name": "playground",
|
||||||
"version": "1.0.0-dev",
|
"version": "1.0.0-dev",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"source": "src/index.tsx",
|
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
"url": "https://github.com/AriaMinaei/theatre",
|
"url": "https://github.com/AriaMinaei/theatre",
|
||||||
"directory": "packages/plugin-r3f"
|
"directory": "packages/plugin-r3f"
|
||||||
},
|
},
|
||||||
"source": "src/index.tsx",
|
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
Loading…
Reference in a new issue