Skip to content

Commit 25c22dd

Browse files
authored
Merge pull request #35 from MikiDi/patch-1
move standard js linter to devDependencies
2 parents 75c666d + 089e7ec commit 25c22dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"url": "https://github.com/solid/solid-namespace/issues"
3636
},
3737
"homepage": "https://github.com/solid/solid-namespace",
38-
"dependencies": {
38+
"devDependencies": {
3939
"standard": "^17.0.0"
4040
},
4141
"standard": {

0 commit comments

Comments
 (0)