1
0
mirror of https://github.com/snachodog/just-the-docs.git synced 2025-04-10 14:01:22 -06:00

Update package.json

This commit is contained in:
Patrick Marsceill 2018-10-25 10:54:17 -04:00 committed by GitHub
parent 9d51b4601c
commit 6d14c454f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,5 +10,8 @@
"stylelint": "^7.9.0",
"stylelint-config-primer": "^1.4.0"
},
"dependencies": {}
"dependencies": {},
"scripts": {
"test": "stylelint '**/*.scss'"
}
}