@wwdrew/expo-apple-music 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwdrew/expo-apple-music",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Apple MusicKit wrapper for Expo",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "test": "jest --watchman=false",
12
12
  "test:expo": "expo-module test",
13
13
  "prepare": "expo-module prepare",
14
- "prepublishOnly": "node scripts/npm-prepublish.mjs && expo-module prepublishOnly && expo-module build plugin",
14
+ "prepublishOnly": "npm run build && node scripts/npm-prepublish.mjs && expo-module prepublishOnly",
15
15
  "pack:check": "npm run build && node scripts/verify-npm-pack.mjs",
16
16
  "expo-module": "expo-module",
17
17
  "dev-token": "node scripts/generate-developer-token.mjs",
@@ -76,7 +76,9 @@
76
76
  "./plugin": {
77
77
  "types": "./plugin/build/index.d.ts",
78
78
  "default": "./plugin/build/index.js"
79
- }
79
+ },
80
+ "./app.plugin.js": "./app.plugin.js",
81
+ "./package.json": "./package.json"
80
82
  },
81
83
  "peerDependencies": {
82
84
  "@expo/config-plugins": ">=9.0.0",