Skip to content

Commit

Permalink
fix: prettier update
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed Dec 16, 2024
1 parent d07ae44 commit 00b9c15
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 29 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Please be sure to sign our [CLA][] before you submit pull requests or otherwise

## Dev mode installation

- The main source files are located under `lib/`.
- Unit tests are located under `tests/lib/*`.
- The main source files are located under `lib/`.
- Unit tests are located under `tests/lib/*`.

To install the dependencies:

Expand Down
36 changes: 18 additions & 18 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,75 +1,75 @@
# 0.2.0

- Remove dependency on YUI. Use `ypromise` for promises
- Remove dependency on YUI. Use `ypromise` for promises

# 0.1.7

- delinted
- delinted

# 0.1.6

- (from code review) hoist up static methods, since they optimize better
- remove file-contents cache, since higher level ycb-object cache obviates it
- cleaned up jshint non-errors
- use jshint instead of jslint
- (from code review) hoist up static methods, since they optimize better
- remove file-contents cache, since higher level ycb-object cache obviates it
- cleaned up jshint non-errors
- use jshint instead of jslint

# 0.1.5

- removed unused `merge()` utility
- removed unused `merge()` utility

# 0.1.4

- renamed `_expandContext()` to `_mergeBaseContext()` and re-implemented on top of Y.mix
- renamed `_expandContext()` to `_mergeBaseContext()` and re-implemented on top of Y.mix

# 0.1.3

- feedback from code review
- feedback from code review

# 0.1.2

_extraneous CI build_

# 0.1.1

- don't really need build number in version anymore
- don't really need build number in version anymore

# 0.1.1-0

- privatized `getYCB()`
- privatized `getYCB()`

# 0.1.0-9

- Merge pull request #7 from folta/noplug
- Merge pull request #7 from folta/noplug

# 0.1.0-8

- feedback from PR
- removed locator plugin
- feedback from PR
- removed locator plugin

# 0.1.0-7

_extraneous CI build_

# 0.1.0-6

- delinting
- delinting

# 0.1.0-5

_extraneous CI build_

# 0.1.0-4

- delinted
- delinted

# 0.1.0-3

_extraneous CI build_

# 0.1.0-2

- we are yahoo
- we are yahoo

# 0.1.0-1

- first version
- first version
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ helper.addConfig('homepage', 'weather-widget', 'config/application.json', functi

YCB Config allows you to register a single configuration file with two properties:

- A `bundle` name, which references the bundle of CSS, JavaScript, and other assets involved with a single
modular portion of a web page.
- A `bundle` name, which references the bundle of CSS, JavaScript, and other assets involved with a single
modular portion of a web page.

- A `config` name, which is just a simple name that we can use to reference that configuration object, rather
than using the full file path name.
- A `config` name, which is just a simple name that we can use to reference that configuration object, rather
than using the full file path name.

This needs to be done for every configuration file that you plan on accessing through YCB Config.

Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"chai": "^4.3.7",
"eslint": "^9.0.0",
"mocha": "^11.0.1",
"prettier": "^3.0.0",
"prettier": "^3.4.2",
"sinon": "^19.0.2"
},
"scripts": {
Expand Down

0 comments on commit 00b9c15

Please sign in to comment.