Skip to content

Commit

Permalink
Merge pull request #53 from DanMad/develop
Browse files Browse the repository at this point in the history
Updated Webpack configuration
  • Loading branch information
DanMad committed Feb 19, 2023
2 parents d055752 + ec9c3b0 commit 9a0255a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ yarn add on-the-case
Alternatively, _onTheCase.js_ can be added to your project via CDN.

```html
<script href="https://unpkg.com/on-the-case/index.js"/></script>
<script href="https://unpkg.com/on-the-case/index.js"></script>
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "on-the-case",
"version": "2.1.2",
"version": "2.1.3",
"description": "Extends JavaScript's native `String` object, including additional case conversion methods",
"homepage": "https://github.com/danmad/on-the-case#readme",
"bugs": "https://github.com/danmad/on-the-case/issues",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
{
loader: 'babel-loader',
options: {
babelrc: false,
presets: ['@babel/preset-env', '@babel/preset-typescript'],
},
},
Expand Down

0 comments on commit 9a0255a

Please sign in to comment.