Skip to content

Commit d57921d

Browse files
committed
[Release] v1.1.0-2
1 parent 4a23ee7 commit d57921d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "eslint-plugin-snakecasejs",
3-
"version": "1.1.0-1",
3+
"description": "Eslint plugin to enforce a style of snake_case in your project, rather than just disabling camelcase.",
4+
"version": "1.1.0-2",
45
"main": "index.js",
56
"author": "Patryk Rzucidlo [@ptkdev] <support@ptkdev.io> (https://ptkdev.it)",
67
"author_original": "David Buchan-Swanson <david.buchanswanson@gmail.com>",
7-
"license": "GPL-3.0",
8+
"license": "MIT",
89
"homepage": "https://github.com/ptkdev",
910
"bugs": {
1011
"url": "https://github.com/ptkdev/eslint-plugin-snakecasejs/issues"

0 commit comments

Comments
 (0)