Skip to content

Commit d0f677f

Browse files
committed
(maint) Remove Language Configuration JSON entries
This commit removes the lines pointing to the language configuration files from package.json that were removed in fa2ef7c
1 parent 89dccda commit d0f677f

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
@@ -90,8 +90,7 @@
9090
"extensions": [
9191
".pp",
9292
".epp"
93-
],
94-
"configuration": "./languages/puppet-language-configuration.json"
93+
]
9594
},
9695
{
9796
"id": "puppetfile",
@@ -101,8 +100,7 @@
101100
],
102101
"filenames": [
103102
"Puppetfile"
104-
],
105-
"configuration": "./languages/puppetfile-language-configuration.json"
103+
]
106104
}
107105
],
108106
"jsonValidation": [

0 commit comments

Comments
 (0)