This repository was archived by the owner on May 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-72
lines changed Expand file tree Collapse file tree 5 files changed +6
-72
lines changed Original file line number Diff line number Diff line change 4444 "browser": true,
4545 "node": false
4646 },
47- "extends": ["eslint:recommended", "webrtc"],
4847 "globals": {
4948 "adapter": true,
5049 "audioContext": true,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,29 +20,11 @@ module.exports = function(grunt) {
2020 } ,
2121 target : [ 'src/**/*.js' ]
2222 } ,
23- // Runs the npm test command which has access to the grunt path.
24- githooks : {
25- all : {
26- options : {
27- command : 'npm' ,
28- } ,
29- 'pre-commit' : 'test'
30- }
31- } ,
32- htmlhint : {
33- html1 : {
34- src : [ 'src/**/*.html' ]
35- } ,
36- html2 : {
37- src : [ 'index.html' ]
38- }
39- } ,
4023 } ) ;
4124
4225 // enable plugins
4326 grunt . loadNpmTasks ( 'grunt-contrib-csslint' ) ;
4427 grunt . loadNpmTasks ( 'grunt-eslint' ) ;
45- grunt . loadNpmTasks ( 'grunt-githooks' ) ;
4628 grunt . loadNpmTasks ( 'grunt-htmlhint' ) ;
4729
4830 // set default tasks to run when grunt is called without parameters
Original file line number Diff line number Diff line change 2020 },
2121 "scripts" : {
2222 "test" : " grunt" ,
23- "postinstall " : " grunt githooks "
23+ "start " : " http-server . -c-1 "
2424 },
2525 "devDependencies" : {
26- "eslint-config-webrtc" : " >=1.0.0" ,
27- "express" : " ^4.14.1" ,
28- "grunt" : " >=0.4.5" ,
29- "grunt-cli" : " >=0.1.9" ,
30- "grunt-contrib-csslint" : " >=0.3.1" ,
31- "grunt-eslint" : " >=17.2.0" ,
32- "grunt-githooks" : " >=0.3.1" ,
33- "grunt-htmlhint" : " >=0.9.12" ,
34- "pem" : " >=1.9.4"
26+ "grunt" : " ^1.3.0" ,
27+ "grunt-cli" : " ^1.3.2" ,
28+ "grunt-contrib-csslint" : " ^2.0.0" ,
29+ "grunt-eslint" : " ^23.0.0" ,
30+ "http-server" : " ^0.12.3"
3531 }
3632}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments