Update package.json

This commit is contained in:
James Kyle
2015-10-30 11:37:18 -07:00
parent b0c31153a4
commit dd3d2d4b44

View File

@@ -2,7 +2,7 @@
"name": "babel-plugin-transform-flow-strip-types",
"version": "6.0.2",
"description": "Strip flow type annotations from your output code.",
"repository": "babel/babel",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
@@ -12,4 +12,4 @@
"babel-runtime": "^6.0.2",
"babel-plugin-syntax-flow": "^6.0.2"
}
}
}