Skip to content

Commit

Permalink
initial working build
Browse files Browse the repository at this point in the history
  • Loading branch information
bartveneman committed Nov 10, 2024
1 parent 239a6d1 commit c295b26
Show file tree
Hide file tree
Showing 9 changed files with 284 additions and 288 deletions.
21 changes: 0 additions & 21 deletions index.js

This file was deleted.

246 changes: 6 additions & 240 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"name": "@projectwallace/css-layers",
"name": "@projectwallace/css-layer-tree",
"version": "0.0.0",
"description": "Discover the composition of your CSS @layers",
"repository": {
"type": "git",
"url": "git+https://github.com/projectwallace/css-layers.git"
},
"homepage": "https://github.com/projectwallace/css-layers",
"issues": "https://github.com/projectwallace/css-layers/issues",
"homepage": "https://github.com/projectwallace/css-layer-tree",
"issues": "https://github.com/projectwallace/css-layer-tree/issues",
"license": "MIT",
"type": "module",
"source": "index.js",
"source": "src/index.js",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/css-layers.umd.cjs",
"default": "./dist/css-layers.js"
"types": "./dist/css-layer-tree.d.ts",
"require": "./dist/css-layer-tree.umd.cjs",
"default": "./dist/css-layer-tree.js"
},
"types": "./dist/index.d.ts",
"main": "./dist/css-layers.umd.cjs",
"module": "./dist/css-layers.js",
"unpkg": "./dist/css-layers.umd.cjs",
"types": "./dist/css-layer-tree.d.ts",
"main": "./dist/css-layer-tree.umd.cjs",
"module": "./dist/css-layer-tree.js",
"unpkg": "./dist/css-layer-tree.umd.cjs",
"scripts": {
"build": "vite build",
"test": "c8 --reporter=lcov uvu",
"check": "tsc",
"prettier": "prettier --check index.js test/**/*.js"
"prettier": "prettier --check src/**/*.js test/**/*.js"
},
"devDependencies": {
"@codecov/vite-plugin": "^1.2.1",
"@types/css-tree": "^2.3.8",
"c8": "^10.1.2",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript": "5.4.2",
"uvu": "^0.5.6",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0"
Expand Down
Loading

0 comments on commit c295b26

Please sign in to comment.