Skip to content

Commit 45583f8

Browse files
committed
fix(package): fix pathing and naming issues
1 parent 5293975 commit 45583f8

File tree

4 files changed

+958
-4
lines changed

4 files changed

+958
-4
lines changed

packages/plugin-tab/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![license](https://img.shields.io/github/license/pattern-lab/plugin-node-tab.svg)
1+
![license](https://img.shields.io/github/license/pattern-lab/patternlab-node.svg)
22
[![npm](https://img.shields.io/npm/v/@pattern-lab/plugin-tab.svg)](https://www.npmjs.com/package/@pattern-lab/plugin-tab)
33
[![Join the chat at Gitter](https://badges.gitter.im/pattern-lab/node.svg)](https://gitter.im/pattern-lab/node)
44

@@ -28,7 +28,7 @@ Example:
2828

2929
```
3030
"plugins": {
31-
"plugin-node-tab": {
31+
"pattern-lab-plugin-tab": {
3232
"enabled": true,
3333
"initialized": false,
3434
"options": {
@@ -38,7 +38,7 @@ Example:
3838
}
3939
```
4040

41-
Add file extensions to this array as strings. Example: `"tabsToAdd": ['scss', 'js']`. You are all set now.
41+
Add file extensions to this array as strings. Example: `"tabsToAdd": ["scss", "js"]`. You are all set now.
4242

4343
## Expected Structure
4444

0 commit comments

Comments
 (0)