We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b3262 commit f499334Copy full SHA for f499334
package.json
@@ -5,13 +5,8 @@
5
"main": "plugin/build/withIntercom.js",
6
"types": "plugin/build/withIntercom.d.ts",
7
"scripts": {
8
- "build": "expo-module build",
9
- "buildPlugin": "expo-module build plugin",
10
- "clean": "expo-module clean",
11
- "test": "expo-module test",
12
- "prepare": "expo-module prepare",
13
- "prepublishOnly": "expo-module prepublishOnly",
14
- "expo-module": "expo-module"
+ "build": "expo-module build plugin",
+ "clean": "expo-module clean"
15
},
16
"author": "",
17
"license": "ISC",
0 commit comments