Commit d8753c84 authored by Randall Leeds's avatar Randall Leeds

Vendorize unorm with npm

parent 6cd7c199
# Shared helper methods for working with unicode strings # Shared helper methods for working with unicode strings
unorm = require('./vendor/unorm') unorm = require('unorm')
# Unicode combining characters # Unicode combining characters
# from http://xregexp.com/addons/unicode/unicode-categories.js line:30 # from http://xregexp.com/addons/unicode/unicode-categories.js line:30
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
"raf": "^3.1.0", "raf": "^3.1.0",
"showdown": "^1.2.1", "showdown": "^1.2.1",
"strip-bomify": "^0.1.0", "strip-bomify": "^0.1.0",
"uglify-js": "^2.4.14" "uglify-js": "^2.4.14",
"unorm": "^1.3.3"
}, },
"devDependencies": { "devDependencies": {
"chai": "^3.2.0", "chai": "^3.2.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment