Skip to content

Commit

Permalink
chore: release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mprobst committed May 26, 2021
1 parent 6b0349e commit 9f60ff9
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karma-googmodule-preprocessor",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Karma plugin to support Closure's goog.module().",
"main": "lib/googmodule.js",
"scripts": {
Expand All @@ -19,16 +19,14 @@
"goog.module"
],
"author": "Martin Probst <[email protected]>",
"dependencies": {},
"devDependencies": {
"chai": "~1.4",
"grunt": "~0.4.1",
"grunt-npm": "~0.0.2",
"grunt-bump": "~0.0.11",
"grunt-simple-mocha": "~0.4",
"grunt-contrib-jshint": "~0.6.0",
"grunt-auto-release": "~0.0.3",
"sinon": "~1.10"
"chai": "^4.3.4",
"grunt": "^1.4.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-npm": "^0.0.2",
"grunt-simple-mocha": "^0.4.1",
"sinon": "^11.1.0"
},
"peerDependencies": {
"karma": ">=0.9"
Expand Down

0 comments on commit 9f60ff9

Please sign in to comment.