Fixed publishing of "flipper-pkg"

Summary: There was an error on "lint" command, because json schemas was not published as a part of npm package

Reviewed By: jknoxville

Differential Revision: D21328254

fbshipit-source-id: 531d5892ccfea0c68a6369d44af43c840c3fe4ca
This commit is contained in:
Anton Nikolaev
2020-04-30 10:19:35 -07:00
committed by Facebook GitHub Bot
parent 263aba9f31
commit a47cd12c84
3 changed files with 11 additions and 10 deletions

View File

@@ -25,6 +25,6 @@
},
"devDependencies": {
"flipper": "0.40.0",
"flipper-pkg": "0.40.0"
"flipper-pkg": "0.40.1"
}
}