File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ package-lock.json
55build /
66node_modules /
77Auditor /Auditor_with_beacon.js
8+ * .tgz
89
910# OS generated files #
1011# #####################
@@ -15,4 +16,4 @@ Auditor/Auditor_with_beacon.js
1516.Trashes
1617Icon ?
1718ehthumbs.db
18- Thumbs.db
19+ Thumbs.db
Original file line number Diff line number Diff line change 77 " htmlcs"
88 ],
99 "scripts" : {
10+ "prepack" : " grunt build" ,
1011 "test" : " echo \" Error: no test specified\" && exit 1"
1112 },
13+ "files" : [
14+ " Auditor" ,
15+ " build" ,
16+ " Contrib" ,
17+ " Standards" ,
18+ " Translations" ,
19+ " HTMLCS.js" ,
20+ " HTMLCS.Util.js" ,
21+ " index.js"
22+ ],
1223 "repository" : {
1324 "type" : " git" ,
1425 "url" : " https://github.com/squizlabs/HTML_CodeSniffer.git"
1829 "url" : " https://github.com/squizlabs/HTML_CodeSniffer/issues"
1930 },
2031 "homepage" : " http://squizlabs.github.io/HTML_CodeSniffer/" ,
21- "dependencies" : {
22- "grunt" : " ^1.0.0" ,
23- "grunt-contrib-copy" : " ^1.0.0" ,
24- "grunt-contrib-jshint" : " ^1.0.0" ,
25- "grunt-contrib-watch" : " ^1.0.0" ,
26- "load-grunt-tasks" : " ^3.5.2"
27- },
2832 "devDependencies" : {
29- "grunt-contrib-uglify" : " ^2.3.0"
33+ "grunt" : " ^1.0.3" ,
34+ "grunt-contrib-copy" : " ^1.0.0" ,
35+ "grunt-contrib-jshint" : " ^2.0.0" ,
36+ "grunt-contrib-watch" : " ^1.1.0" ,
37+ "load-grunt-tasks" : " ^4.0.0" ,
38+ "grunt-contrib-uglify" : " ^4.0.0"
3039 }
31- }
40+ }
You can’t perform that action at this time.
0 commit comments