Skip to content
This repository was archived by the owner on Oct 18, 2019. It is now read-only.

Commit 255a768

Browse files
committed
fix(overmind-plugin): Renamed output files to index
1 parent 3cd4692 commit 255a768

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "overmind-plugin",
33
"version": "0.0.0-development",
44
"description": "A plugin system for overmind",
5-
"main": "dist/overmind-plugin.js",
6-
"module": "dist/overmind-plugin.mjs",
5+
"main": "dist/index.js",
6+
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",
88
"source": "src/index.ts",
99
"scripts": {
@@ -38,9 +38,6 @@
3838
"ts-jest": "^23.10.3",
3939
"typescript": "^3.1.1"
4040
},
41-
"peerDependencies": {
42-
"overmind": "^3.0.0-1538418323403"
43-
},
4441
"dependencies": {
4542
"is-plain-object": "^2.0.4"
4643
},

0 commit comments

Comments
 (0)