Skip to content

Commit f568113

Browse files
committed
chore: updated readme badges
1 parent 472d5d6 commit f568113

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/astro-bundle-budget/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 📦 astro-bundle-budget
22

3+
[![version](https://img.shields.io/npm/v/@shiftescape/astro-bundle-budget.svg?style=flat-square)](http://npm.im/@shiftescape/astro-bundle-budget) [![downloads](https://img.shields.io/npm/dm/@shiftescape/astro-bundle-budget.svg?style=flat-square)](https://npm-stat.com/charts.html?package=@shiftescape/astro-bundle-budget&from=2016-11-24) [![MIT License](https://img.shields.io/npm/l/@shiftescape/astro-bundle-budget.svg?style=flat-square)](http://opensource.org/licenses/MIT)
4+
35
Build-time JS/CSS bundle size budgets for Astro. Inspect every asset and page payload at the end of `astro build` — and optionally fail CI when you exceed your thresholds. 📊
46

57
```

packages/astro-bundle-budget/package-lock.json

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

packages/astro-bundle-budget/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiftescape/astro-bundle-budget",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Build-time JS/CSS bundle size budgets for Astro. Fails the build when pages exceed your thresholds.",
55
"keywords": [
66
"astro",
@@ -41,8 +41,6 @@
4141
],
4242
"scripts": {
4343
"build": "tsc -p tsconfig.json",
44-
"dry-run": "npm publish --dry-run --access public",
45-
"publish": "npm publish --access public",
4644
"dev": "tsc -p tsconfig.json --watch",
4745
"test": "tsc -p tsconfig.test.json && node --test dist-test/test/utils.test.js dist-test/test/check.test.js dist-test/test/integration.test.js",
4846
"prepublishOnly": "npm test && npm run build"

0 commit comments

Comments
 (0)