build: remove lerna

This commit is contained in:
Evan You
2019-12-10 18:24:59 -05:00
parent 7aca27392f
commit cd5ba7cfcc
8 changed files with 84 additions and 2448 deletions

View File

@@ -1,6 +0,0 @@
import { version } from '../src'
import lernaJson from '../../../lerna.json'
test('version', () => {
expect(version).toBe(lernaJson.version)
})