Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true

[*]
indent_style = space
indent_size = 4
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var argv = require('minimist')(process.argv.slice(2));

var path = {
rootdir: './',
lib: ['./lib/**/*.js'],
lib: ['./lib/**/*.js', '!./lib/**/*.js.map'],
libdir: './lib/',
test: ['./test/**/*.js'],
testdir: './test/',
Expand Down
38 changes: 19 additions & 19 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "speakingurl",
"repo": "pid/speakingurl",
"description": "Generate of so called 'static' or 'Clean URL' or 'Pretty URL' or 'nice-looking URL' or 'Speaking URL' or 'user-friendly URL' or 'SEO-friendly URL' or 'slug' from a string.",
"version": "14.0.1",
"keywords": [
"slug",
"seo",
"url",
"speakingurl",
"nice url",
"static url"
],
"dependencies": {},
"development": {},
"license": "BSD",
"main": "speakingurl.min.js",
"scripts": [
"speakingurl.min.js"
]
"name": "speakingurl",
"repo": "pid/speakingurl",
"description": "Generate of so called 'static' or 'Clean URL' or 'Pretty URL' or 'nice-looking URL' or 'Speaking URL' or 'user-friendly URL' or 'SEO-friendly URL' or 'slug' from a string.",
"version": "14.0.1",
"keywords": [
"slug",
"seo",
"url",
"speakingurl",
"nice url",
"static url"
],
"dependencies": {},
"development": {},
"license": "BSD",
"main": "speakingurl.min.js",
"scripts": [
"speakingurl.min.js"
]
}
Loading