Skip to content

Commit

Permalink
Use https for downloading the UnicodeData.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Danecker committed Sep 1, 2017
1 parent f229d6f commit 89ae18b
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# unicode lookup table

provides data from http://unicode.org/Public/UNIDATA/UnicodeData.txt for [nodejs](http://nodejs.org).

[![Build Status](https://secure.travis-ci.org/dodo/node-unicodetable.png)](http://travis-ci.org/dodo/node-unicodetable)
provides data from https://unicode.org/Public/UNIDATA/UnicodeData.txt for [nodejs](http://nodejs.org).


## install
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"node": ">= 0.8.x"
},
"scripts": {
"download": "curl \"http://unicode.org/Public/9.0.0/ucd/UnicodeData.txt\" > UnicodeData.txt",
"download": "curl \"https://unicode.org/Public/9.0.0/ucd/UnicodeData.txt\" > UnicodeData.txt",
"generate": "node generate.js",
"test": "node test.js",
"np": "np"

0 comments on commit 89ae18b

Please sign in to comment.