Remove a couple config files from the JS bindings (#1197)
Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1197 Removes a couple config files from the last version of the JS bindings I accidentally left in https://github.com/facebook/yoga/pull/1177. We can remove: 1. The .flowconfig because there isn't any more Flow 2. The .npmignore, because we use the package.json "files" field Reviewed By: rshest Differential Revision: D42265713 fbshipit-source-id: 9911416d36136d89cf7360180901673181238abe
This commit is contained in:
committed by
Facebook GitHub Bot
parent
045e6bc16d
commit
98e25ea1ee
@@ -1,15 +0,0 @@
|
|||||||
[ignore]
|
|
||||||
|
|
||||||
[include]
|
|
||||||
|
|
||||||
[libs]
|
|
||||||
|
|
||||||
[lints]
|
|
||||||
|
|
||||||
[options]
|
|
||||||
types_first=false
|
|
||||||
|
|
||||||
[strict]
|
|
||||||
|
|
||||||
[version]
|
|
||||||
^0.140.0
|
|
@@ -1,12 +0,0 @@
|
|||||||
node_modules
|
|
||||||
|
|
||||||
*.gypi
|
|
||||||
!/final-flags.gypi
|
|
||||||
|
|
||||||
!/dist
|
|
||||||
/build/*
|
|
||||||
!/build/Release
|
|
||||||
/build/Release/*
|
|
||||||
!/build/Release/nbind.js
|
|
||||||
|
|
||||||
npm-debug.log*
|
|
Reference in New Issue
Block a user