Updated package

This commit is contained in:
Ozzie Gooen 2022-01-29 19:23:18 -05:00
parent ca085e8875
commit 470243cf43

View File

@ -1,13 +1,12 @@
{ {
"name": "squiggle-experimental", "name": "squiggle-experimental",
"version": "0.1.2", "version": "0.1.3",
"homepage": "https://foretold-app.github.io/estiband/", "homepage": "https://foretold-app.github.io/estiband/",
"main": "src/js/index.js",
"private": false, "private": false,
"scripts": { "scripts": {
"build": "rescript build", "build": "rescript build",
"build:style": "tailwind build", "build:style": "tailwind build",
"parcel": "parcel build ./src/js/index.js --no-source-maps", "parcel": "parcel build ./src/js/index.js --no-source-maps --no-autoinstall",
"start": "rescript build -w", "start": "rescript build -w",
"clean": "rescript clean", "clean": "rescript clean",
"test": "jest", "test": "jest",