We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbba93a commit 8b2bb8aCopy full SHA for 8b2bb8a
1 file changed
package.json
@@ -1,13 +1,24 @@
1
{
2
"name": "drupal-libraries-webpack-plugin",
3
"description": "Generates a Drupal asset library file for a webpack build.",
4
- "version": "1.1.1",
+ "version": "1.1.2",
5
"main": "index.js",
6
"scripts": {
7
"test": "jest",
8
"coveralls": "cat ./coverage/lcov.info | coveralls"
9
},
10
+ "homepage": "https://github.com/christophersmith262/drupal-libraries-webpack-plugin",
11
+ "bugs": "https://github.com/christophersmith262/drupal-libraries-webpack-plugin/issues",
12
"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
+ ],
22
"dependencies": {
23
"yaml": "^1.6.0"
24
0 commit comments