Skip to content

Commit 021e62a

Browse files
committed
Move things to peer and devDep
1 parent 3de60b4 commit 021e62a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
}
4444
},
4545
"devDependencies": {
46+
"@assemblyscript/loader": "~0.18.7",
4647
"@babel/core": "^7.13.10",
4748
"@babel/plugin-proposal-class-properties": "^7.13.0",
4849
"@babel/plugin-proposal-export-default-from": "^7.12.13",
@@ -53,6 +54,7 @@
5354
"@rollup/plugin-commonjs": "^17.1.0",
5455
"@rollup/plugin-json": "^4.1.0",
5556
"@rollup/plugin-node-resolve": "^11.2.0",
57+
"assemblyscript": "~0.18.7",
5658
"chokidar-cli": "^2.0.0",
5759
"cpy-cli": "^2.0.0",
5860
"express": "^4.17.1",
@@ -113,10 +115,6 @@
113115
"node 15"
114116
],
115117
"homepage": "https://github.com/torch2424/as-bind#readme",
116-
"dependencies": {
117-
"@assemblyscript/loader": "~0.18.7",
118-
"assemblyscript": "~0.18.7"
119-
},
120118
"peerDependencies": {
121119
"@assemblyscript/loader": "0.18.x",
122120
"assemblyscript": "0.18.x"

0 commit comments

Comments
 (0)