Skip to content

Commit

Permalink
Added urlName to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
adrenalin committed Apr 15, 2021
1 parent f0430a1 commit 1df27f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ exports.strPad = require('./lib/strPad')
exports.trim = require('./lib/trim')
exports.typecastString = require('./lib/typecastString')
exports.unique = require('./lib/unique')
exports.urlName = require('./lib/urlName')

// Determine the type of config provided
exports.Config = require('./lib/Config')
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": "helpers.js",
"version": "0.19.0",
"version": "0.19.1",
"description": "Miscellaneous helpers",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1df27f2

Please sign in to comment.