wip: 2023-09-20T12:53:34+0200 (1695207214)

This commit is contained in:
Victor Westerlund 2023-09-20 17:28:19 +02:00
parent 7d3cd3c6fe
commit 5ad355741d
2 changed files with 53 additions and 1 deletions

52
.npmignore Normal file
View file

@ -0,0 +1,52 @@
/src
# Bootstrapping #
#################
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.ini
.env.backup
.phpunit.result.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
public/robots.txt
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
.directory
# Tool specific files #
#######################
# vim
*~
*.swp
*.swo
# sublime text & textmate
*.sublime-*
*.stTheme.cache
*.tmlanguage.cache
*.tmPreferences.cache
# Eclipse
.settings/*
# JetBrains, aka PHPStorm, IntelliJ IDEA
.idea/*
# NetBeans
nbproject/*
# Visual Studio Code
.vscode
# Sass preprocessor
.sass-cache/

View file

@ -1,6 +1,6 @@
{
"name": "reflect-client",
"version": "1.1.0-beta.1",
"version": "1.1.0-beta.2",
"main": "build/Reflect.js",
"type": "module",
"exports": {