Skip to content

Commit 8b2bb8a

Browse files
Update to release 1.1.2
1 parent bbba93a commit 8b2bb8a

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
{
22
"name": "drupal-libraries-webpack-plugin",
33
"description": "Generates a Drupal asset library file for a webpack build.",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"main": "index.js",
66
"scripts": {
77
"test": "jest",
88
"coveralls": "cat ./coverage/lcov.info | coveralls"
99
},
10+
"homepage": "https://github.com/christophersmith262/drupal-libraries-webpack-plugin",
11+
"bugs": "https://github.com/christophersmith262/drupal-libraries-webpack-plugin/issues",
1012
"license": "MIT",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/christophersmith262/drupal-libraries-webpack-plugin.git"
16+
},
17+
"keywords": [
18+
"drupal",
19+
"libraries",
20+
"webpack"
21+
],
1122
"dependencies": {
1223
"yaml": "^1.6.0"
1324
},

0 commit comments

Comments
 (0)