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

Commit a1f552f

Browse files
Using stimulus as peerDependencies
1 parent d2460ea commit a1f552f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
"pika:publish": "pika publish --no-2fa",
4444
"version": "yarn build"
4545
},
46-
"dependencies": {
47-
"stimulus": "^1.1.1"
48-
},
4946
"devDependencies": {
5047
"@babel/core": "7.11.6",
5148
"@babel/plugin-syntax-class-properties": "7.10.4",
@@ -62,6 +59,10 @@
6259
"jest-puppeteer": "^4.4.0",
6360
"prettier-standard": "16.4.1",
6461
"puppeteer": "^5.3.1",
65-
"snowpack": "2.14.0"
62+
"snowpack": "2.14.0",
63+
"stimulus": "^1.1.1"
64+
},
65+
"peerDependencies": {
66+
"stimulus": "^1.1.1"
6667
}
6768
}

0 commit comments

Comments
 (0)