kibana/packages/kbn-expect/package.json
Spencer 2e232c2e31
[@kbn/expect] "fork" expect.js into repo (#33761)
* [@kbn/expect] "fork" expect.js into repo

* [eslint] autofix references to expect.js

* [tslint] autofix all expect.js imports

* now that expect.js is in strict mode, avoid reassigning fn.length
2019-03-25 09:56:48 -07:00

8 lines
114 B
JSON

{
"name": "@kbn/expect",
"main": "./expect.js",
"version": "1.0.0",
"license": "MIT",
"private": true
}