Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 621d578

Browse files
committed
update things
1 parent dcf8608 commit 621d578

File tree

5 files changed

+6
-72
lines changed

5 files changed

+6
-72
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"browser": true,
4545
"node": false
4646
},
47-
"extends": ["eslint:recommended", "webrtc"],
4847
"globals": {
4948
"adapter": true,
5049
"audioContext": true,

.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

Gruntfile.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,13 @@
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
}

web_server/server.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)