flow-remove-types 2.313.0 → 2.315.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flow-remove-types",
3
- "version": "2.313.0",
3
+ "version": "2.315.0",
4
4
  "description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
5
5
  "author": {
6
6
  "name": "Flow Team",
@@ -29,7 +29,8 @@
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "https://github.com/facebook/flow.git"
32
+ "url": "git+https://github.com/facebook/flow.git",
33
+ "directory": "packages/flow-remove-types"
33
34
  },
34
35
  "scripts": {
35
36
  "test": "./test.sh",
@@ -44,7 +45,7 @@
44
45
  "es6"
45
46
  ],
46
47
  "dependencies": {
47
- "hermes-parser": "0.36.0",
48
+ "hermes-parser": "0.36.1",
48
49
  "pirates": "^3.0.2",
49
50
  "vlq": "^0.2.1"
50
51
  },