Skip to content

Commit f49500d

Browse files
committed
Cleanup & reorg
1 parent 4e3159f commit f49500d

File tree

5 files changed

+69
-2096
lines changed

5 files changed

+69
-2096
lines changed

Diff for: .jshintrc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"undef": true,
3+
"unused": true,
4+
"predef": [
5+
"require",
6+
"document",
7+
"chrome",
8+
"window",
9+
"console",
10+
"Option",
11+
"debugger"
12+
]
13+
}

Diff for: .npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
demo
2+
demoPacked

0 commit comments

Comments
 (0)