Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Apr 26, 2016
1 parent e81ecb9 commit 2705000
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 57 deletions.
55 changes: 1 addition & 54 deletions dist/natsort.min.js

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

1 change: 0 additions & 1 deletion dist/natsort.min.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "natsort",
"version": "1.0.4",
"version": "1.0.5",
"description": "Javascript natural sort algorithm with unicode support.",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"coveralls": "npm run coverage && coveralls < ./test/coverage/lcov.info",
"prepublish": "npm test",
"watch": "onchange 'index.js' 'test/**/*.js' -e 'test/coverage/**/*.js' -- npm test",
"build": "uglifyjs index.js -o ./dist/natsort.min.js --source-map ./dist/natsort.min.js.map -m -c"
"build": "uglifyjs index.js -o ./dist/natsort.min.js -m -c"
},
"keywords": [
"natural",
Expand Down

0 comments on commit 2705000

Please sign in to comment.