Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
d8753c84
Commit
d8753c84
authored
Aug 03, 2015
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Vendorize unorm with npm
parent
6cd7c199
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
437 deletions
+3
-437
unicode.coffee
h/static/scripts/unicode.coffee
+1
-1
unorm.js
h/static/scripts/vendor/unorm.js
+0
-435
package.json
package.json
+2
-1
No files found.
h/static/scripts/unicode.coffee
View file @
d8753c84
# Shared helper methods for working with unicode strings
unorm
=
require
(
'
./vendor/
unorm'
)
unorm
=
require
(
'unorm'
)
# Unicode combining characters
# from http://xregexp.com/addons/unicode/unicode-categories.js line:30
...
...
h/static/scripts/vendor/unorm.js
deleted
100644 → 0
View file @
6cd7c199
This source diff could not be displayed because it is too large. You can
view the blob
instead.
package.json
View file @
d8753c84
...
...
@@ -38,7 +38,8 @@
"
raf
"
:
"^3.1.0"
,
"
showdown
"
:
"^1.2.1"
,
"
strip-bomify
"
:
"^0.1.0"
,
"
uglify-js
"
:
"^2.4.14"
"
uglify-js
"
:
"^2.4.14"
,
"
unorm
"
:
"^1.3.3"
},
"devDependencies"
:
{
"
chai
"
:
"^3.2.0"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment