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",
|
||||
"url": "https://github.com/AriaMinaei"
|
||||
},
|
||||
"source": "src/index.ts",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
"name": "playground",
|
||||
"version": "1.0.0-dev",
|
||||
"license": "Apache-2.0",
|
||||
"source": "src/index.tsx",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
"url": "https://github.com/AriaMinaei/theatre",
|
||||
"directory": "packages/plugin-r3f"
|
||||
},
|
||||
"source": "src/index.tsx",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
|
|
Loading…
Reference in a new issue