Skip to content

Commit 5b5db26

Browse files
Configure package as ES module with publint testing
1 parent 4de786d commit 5b5db26

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

packages/main/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "launch.css",
3-
"version": "1.0.31",
3+
"type": "module",
4+
"version": "1.0.32",
45
"description": "A classless CSS framework built for speed. Style your website later—build it now.",
56
"homepage": "https://launch-css.dev",
67
"main": "dist/index.css",
78
"scripts": {
89
"dev": "sass src/_index.scss dist/index.css --watch",
910
"build": "sass --style compressed src/_index.scss dist/index.css",
10-
"test": "echo \"Error: no test specified\" && exit 1",
11+
"test": "publint",
1112
"prepublish": "pnpm run build"
1213
},
1314
"repository": {
@@ -31,6 +32,7 @@
3132
"license": "MIT",
3233
"devDependencies": {
3334
"modern-normalize": "^3.0.1",
35+
"publint": "^0.3.11",
3436
"sass": "^1.86.3"
3537
}
3638
}

pnpm-lock.yaml

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)