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-strict-mode",
"version": "6.11.3",
"description": "TODO",
"description": "This plugin places a 'use strict'; directive at the top of all files to enable strict mode",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode",
"license": "MIT",
"main": "lib/index.js",