Skip to content

Commit 6d37417

Browse files
committed
Refactor terminology from "Plugin" to "Package" in contributing guidelines, examples, and publish script
1 parent 23d6f3c commit 6d37417

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to Dataform Reservation Plugin
1+
# Contributing to Dataform package
22

3-
We welcome contributions to the Dataform Plugin! This document provides guidelines for contributing to the project.
3+
We welcome contributions to the Dataform package! This document provides guidelines for contributing to the project.
44

55
## Development Setup
66

@@ -133,4 +133,4 @@ If you have questions about contributing, please:
133133
2. Open a new issue for discussion
134134
3. Contact the maintainers
135135

136-
Thank you for contributing to the Dataform Plugin!
136+
Thank you for contributing to the Dataform package!

examples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Example usage of the Dataform Plugin
2+
* Example usage of the Dataform package
33
* This file demonstrates various ways to use the package in your Dataform project
44
*/
55

scripts/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22

33
/**
4-
* Publish script for the Dataform Plugin
4+
* Publish script for the Dataform package
55
* This script helps with the publishing process to npm
66
*/
77

test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const EXAMPLE_RESERVATION_CONFIG = [
3131
}
3232
]
3333

34-
describe('Dataform Plugin', () => {
34+
describe('Dataform package', () => {
3535
// Create a reservation setter using the example config for testing
3636
const reservation_setter = createReservationSetter(EXAMPLE_RESERVATION_CONFIG)
3737

0 commit comments

Comments
 (0)