@stdlib/string-kebabcase 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -160,8 +160,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
160
160
  [npm-image]: http://img.shields.io/npm/v/@stdlib/string-kebabcase.svg
161
161
  [npm-url]: https://npmjs.org/package/@stdlib/string-kebabcase
162
162
 
163
- [test-image]: https://github.com/stdlib-js/string-kebabcase/actions/workflows/test.yml/badge.svg?branch=v0.0.6
164
- [test-url]: https://github.com/stdlib-js/string-kebabcase/actions/workflows/test.yml?query=branch:v0.0.6
163
+ [test-image]: https://github.com/stdlib-js/string-kebabcase/actions/workflows/test.yml/badge.svg?branch=v0.0.7
164
+ [test-url]: https://github.com/stdlib-js/string-kebabcase/actions/workflows/test.yml?query=branch:v0.0.7
165
165
 
166
166
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-kebabcase/main.svg
167
167
  [coverage-url]: https://codecov.io/github/stdlib-js/string-kebabcase?branch=main
package/dist/index.d.ts CHANGED
@@ -1,3 +1,5 @@
1
1
  /// <reference path="../docs/types/index.d.ts" />
2
- import alias from '../docs/index';
3
- export = alias;
2
+ import kebabcase
3
+ from '../docs/types/index';
4
+ export = kebabcase
5
+ ;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/string-kebabcase",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Convert a string to kebab case.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {