소스 검색

Add keywords to package.json

Gaël Métais 10 년 전
부모
커밋
08459ca289
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 9 1
      package.json

+ 9 - 1
package.json

@@ -60,5 +60,13 @@
   },
   "scripts": {
     "test": "grunt test"
-  }
+  },
+  "keywords": [
+    "performance",
+    "metrics",
+    "webperf",
+    "pagespeed",
+    "budget",
+    "phantomas"
+  ]
 }