File tree Expand file tree Collapse file tree 3 files changed +31
-3
lines changed
Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "bitwise" : false ,
3+ "curly" : true ,
4+ "eqeqeq" : true ,
5+ "expr" : true ,
6+ "forin" : true ,
7+ "freeze" : true ,
8+ "funcscope" : true ,
9+ "globalstrict" : true ,
10+ "nonbsp" : true ,
11+ "unused" : true ,
12+ "debug" : true ,
13+ "evil" : true ,
14+ "lastsemic" : true ,
15+ "loopfunc" : true ,
16+ "proto" : true ,
17+ "scripturl" : true ,
18+ "strict" : true ,
19+ "browser" : true ,
20+ "browserify" : true ,
21+ "node" : true
22+ }
Original file line number Diff line number Diff line change @@ -244,6 +244,10 @@ $ npm run dist
244244$ npm test
245245```
246246
247+ ```
248+ $ npm run hint
249+ ```
250+
247251## With ❤ by
248252- Guille Paz (Front-end developer | Web standards lover)
249253- E-mail: [ guille87paz@gmail.com ] ( mailto:guille87paz@gmail.com )
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "build" : " node browserify.js" ,
99 "test" : " npm run build && node_modules/.bin/_mocha" ,
10- "dist" : " node browserify.js && uglifyjs ./dist/slideout.js -m -o ./dist/slideout.min.js"
10+ "dist" : " node browserify.js && uglifyjs ./dist/slideout.js -m -o ./dist/slideout.min.js" ,
11+ "hint" : " jshint index.js"
1112 },
1213 "dependencies" : {
1314 "decouple" : " 0.0.1"
1415 },
1516 "devDependencies" : {
1617 "better-assert" : " 1.0.1" ,
1718 "browserify" : " 7.0.3" ,
18- "jsdom" : " ^ 3.1.1" ,
19+ "jsdom" : " 3.1.1" ,
1920 "mocha" : " 2.1.0" ,
20- "uglify-js" : " 2.4.15"
21+ "uglify-js" : " 2.4.15" ,
22+ "jshint" : " 2.6.3"
2123 },
2224 "main" : " index.js" ,
2325 "keywords" : [
You can’t perform that action at this time.
0 commit comments