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
1 changed files with 4 additions and 1 deletions

View File

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