Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Feb 5, 2021
1 parent 60ccaaa commit b076d9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@mapbox/flow-remove-types",
"version": "1.3.0-await.upstream.2",
"version": "2.0.0",
"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
"author": "Lee Byron <lee@leebyron.com> (http://leebyron.com/)",
"license": "BSD-3-Clause",
"main": "index.js",
"bin": {
"flow-remove-types": "./flow-remove-types",
"flow-node": "./flow-node"
"flow-remove-types": "flow-remove-types",
"flow-node": "flow-node"
},
"files": [
"index.js",
Expand Down

0 comments on commit b076d9d

Please sign in to comment.