Skip to content

Commit 36c1ef9

Browse files
committed
Removes quite outdated Grunt jasmine test dependencies
1 parent 6eec7c2 commit 36c1ef9

File tree

6 files changed

+20
-2228
lines changed

6 files changed

+20
-2228
lines changed

package.json

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,46 +31,33 @@
3131
}
3232
],
3333
"dependencies": {
34-
"chartist": "^1.0.0",
35-
"ws": "^8.17.1"
34+
"chartist": "^1.0.0"
3635
},
3736
"devDependencies": {
3837
"grunt": "^1.6.1",
3938
"grunt-contrib-clean": "^2.0.1",
4039
"grunt-contrib-copy": "^1.0.0",
41-
"grunt-contrib-jasmine": "^4.0.0",
4240
"grunt-contrib-jshint": "^3.2.0",
4341
"grunt-contrib-uglify": "^5.2.2",
44-
"grunt-sass": "^3.1.0",
42+
"grunt-sass": "^4.0.0",
4543
"grunt-umd": "^3.0.0",
4644
"jasmine-fixture": "^2.0.0",
4745
"jshint-stylish": "^2.2.1",
4846
"load-grunt-config": "^4.0.1",
4947
"sass": "^1.79.4",
5048
"time-grunt": "^2.0.0"
5149
},
52-
"resolutions": {
53-
"scss-tokenizer": "^0.4.3",
54-
"ws": "^8.17.1",
55-
"tar-fs": "^2.1.3"
56-
},
5750
"scripts": {
5851
"build": "grunt build",
59-
"test": "grunt test",
6052
"prepare": "grunt build",
61-
"preversion": "grunt test",
6253
"version": "grunt build && git add -A ."
6354
},
6455
"config": {
6556
"banner": "/* chartist-plugin-tooltip <%= pkg.version %>\n * Copyright © <%= year %> Markus Padourek\n * Free to use under the WTFPL license.\n * http://www.wtfpl.net/\n */\n",
6657
"src": "src",
6758
"dist": "dist",
6859
"tmp": ".tmp",
69-
"test": "test",
7060
"src_name": "chartist-plugin-tooltip"
7161
},
72-
"directories": {
73-
"test": "test"
74-
},
7562
"license": "MIT"
7663
}

tasks/jasmine.js

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

test/.jshintrc

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

test/runner.html

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

test/spec/spec-tooltip.js

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

0 commit comments

Comments
 (0)