v0.1.1
This commit is contained in:
parent
4c696c102d
commit
54c6e9fe39
|
@ -1,9 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "@squiggle/components",
|
"name": "@quri/squiggle-components",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"private": true,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@squiggle/lang": "0.1.9",
|
"@quri/squiggle-lang": "0.2.1",
|
||||||
"@testing-library/jest-dom": "^5.16.2",
|
"@testing-library/jest-dom": "^5.16.2",
|
||||||
"@testing-library/react": "^12.1.2",
|
"@testing-library/react": "^12.1.2",
|
||||||
"@testing-library/user-event": "^13.5.0",
|
"@testing-library/user-event": "^13.5.0",
|
||||||
|
@ -74,6 +73,6 @@
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@types/react": "17.0.39"
|
"@types/react": "17.0.39"
|
||||||
},
|
},
|
||||||
"main": "dist/index.js",
|
"module": "dist/index.js",
|
||||||
"types": "dist/index.d.ts"
|
"types": "dist/index.d.ts"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user