Add missing description to all package.json files (#4703) [skip ci]

This commit is contained in:
Flavio Corpa
2016-10-12 16:15:50 +02:00
committed by Henry Zhu
parent 9c7d8c4cad
commit 9b02a6d298
31 changed files with 31 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "babel-plugin-transform-class-properties",
"version": "6.16.0",
"description": "",
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
"license": "MIT",
"main": "lib/index.js",