Skip to content

Commit 5d3fb30

Browse files
committed
1 parent d806220 commit 5d3fb30

17 files changed

+34
-27
lines changed

.prettierignore

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
dist
22
node_modules
3+
*.log*
4+
.vscode
5+
.*rc
6+
.*ignore
7+
pnpm-lock.yaml

.prettierrc.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('@crashmax/prettier-config')

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "fireworks-js",
33
"version": "2.0.0",
44
"type": "module",
5+
"private": true,
56
"description": "A simple fireworks library!",
67
"homepage": "https://fireworks.js.org",
78
"scripts": {
@@ -32,7 +33,6 @@
3233
"bugs": {
3334
"url": "https://github.com/crashmax-dev/fireworks-js/issues"
3435
},
35-
"prettier": "@crashmax/prettier-config",
3636
"packageManager": "[email protected]",
3737
"devDependencies": {
3838
"@crashmax/prettier-config": "^1.1.1",
File renamed without changes.
File renamed without changes.

packages/vanilla/package.json renamed to packages/fireworks-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@fireworks-js/vanilla",
3-
"version": "0.0.0-beta.2",
2+
"name": "fireworks-js",
3+
"version": "0.0.0-beta.0",
44
"type": "module",
55
"types": "dist/index.d.ts",
66
"module": "dist/index.es.js",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/react/package.json

-5
This file was deleted.

pnpm-lock.yaml

+24-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
packages:
2-
- 'website/*'
2+
- 'website'
33
- 'examples/*'
44
- 'packages/*'

0 commit comments

Comments
 (0)