Added dist
This commit is contained in:
parent
867d99210d
commit
b2a2cda8ef
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,7 +5,6 @@ npm-debug.log
|
|||
/node_modules/
|
||||
.cache
|
||||
.cache/*
|
||||
dist
|
||||
lib/*
|
||||
*.cache
|
||||
build
|
||||
|
|
1368
dist/index.js
vendored
Normal file
1368
dist/index.js
vendored
Normal file
File diff suppressed because one or more lines are too long
393
dist/report.html
vendored
Normal file
393
dist/report.html
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,11 +1,10 @@
|
|||
{
|
||||
"name": "squiggle-experimental",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"homepage": "https://foretold-app.github.io/estiband/",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"build": "rescript build",
|
||||
"build:style": "tailwind build",
|
||||
"parcel": "parcel build ./src/js/index.js --no-source-maps --no-autoinstall",
|
||||
"start": "rescript build -w",
|
||||
"clean": "rescript clean",
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
//postcss.config.js
|
||||
const tailwindcss = require('tailwindcss');
|
||||
module.exports = {
|
||||
plugins: [
|
||||
tailwindcss('./tailwind.js'),
|
||||
require('autoprefixer'),
|
||||
],
|
||||
};
|
Loading…
Reference in New Issue
Block a user