We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2bb8a commit f1e8416Copy full SHA for f1e8416
1 file changed
README.md
@@ -193,7 +193,7 @@ class StaticVersionLibraryGenerator extends DrupalLibraryEntryGenerator {
193
module.exports = {
194
plugins: [
195
new DrupalLibrariesPlugin({
196
- libraryEntryGenerator: new StaticVersionLibraryGenerator('2.0),
+ libraryEntryGenerator: new StaticVersionLibraryGenerator('2.0'),
197
})
198
],
199
};
0 commit comments