Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit ddc9347

Browse files
committed
chore: update meta post module rename
1 parent 9b985de commit ddc9347

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<!-- TITLE/ -->
22

3-
<h1>asset-pipe-css-writer</h1>
3+
<h1>@asset-pipe/css-writer</h1>
44

55
<!-- /TITLE -->
66

77

88
<!-- BADGES/ -->
99

1010
<span class="badge-travisci"><a href="http://travis-ci.org/asset-pipe/asset-pipe-css-writer" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/asset-pipe/asset-pipe-css-writer/master.svg" alt="Travis CI Build Status" /></a></span>
11-
<span class="badge-npmversion"><a href="https://npmjs.org/package/asset-pipe-css-writer" title="View this project on NPM"><img src="https://img.shields.io/npm/v/asset-pipe-css-writer.svg" alt="NPM version" /></a></span>
11+
<span class="badge-npmversion"><a href="https://npmjs.org/package/@asset-pipe/css-writer" title="View this project on NPM"><img src="https://img.shields.io/npm/v/@asset-pipe/css-writer.svg" alt="NPM version" /></a></span>
1212
<span class="badge-daviddm"><a href="https://david-dm.org/asset-pipe/asset-pipe-css-writer" title="View the status of this project's dependencies on DavidDM"><img src="https://img.shields.io/david/asset-pipe/asset-pipe-css-writer.svg" alt="Dependency Status" /></a></span>
1313
<span class="badge-daviddmdev"><a href="https://david-dm.org/asset-pipe/asset-pipe-css-writer#info=devDependencies" title="View the status of this project's development dependencies on DavidDM"><img src="https://img.shields.io/david/dev/asset-pipe/asset-pipe-css-writer.svg" alt="Dev Dependency Status" /></a></span>
1414

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.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"author": "Richard Walker <[email protected]>",
55
"description": "CSS asset feed writer",
66
"main": "./lib/writer.js",
7+
"publishConfig": {
8+
"access": "public"
9+
},
710
"repository": {
811
"type": "git",
912
"url": "https://github.com/asset-pipe/asset-pipe-css-writer"

0 commit comments

Comments
 (0)