Skip to content

Commit 2bbab8a

Browse files
committed
update dev dependencies
1 parent 13ce1d6 commit 2bbab8a

File tree

12 files changed

+67
-44
lines changed

12 files changed

+67
-44
lines changed

package-lock.json

Lines changed: 45 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
"grunt-contrib-watch": "1.1.0",
5353
"grunt-eslint": "21.0.0",
5454
"grunt-json-merge": "0.2.2",
55-
"grunt-karma": "3.0.0",
55+
"grunt-karma": "3.0.1",
5656
"grunt-mocha-istanbul": "5.0.2",
5757
"grunt-prettier": "1.1.0",
5858
"istanbul": "0.4.5",
59-
"karma": "3.1.1",
59+
"karma": "3.1.3",
6060
"karma-chai": "0.1.0",
6161
"karma-chrome-launcher": "2.2.0",
6262
"karma-coverage": "1.1.2",

src/behavior.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* System Runtime
3-
*
3+
*
44
* https://designfirst.io/systemruntime/
5-
*
5+
*
66
* Copyright 2018 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");

src/component.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* System Runtime
3-
*
3+
*
44
* https://designfirst.io/systemruntime/
5-
*
5+
*
66
* Copyright 2018 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");

src/db.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* System Runtime
3-
*
3+
*
44
* https://designfirst.io/systemruntime/
5-
*
5+
*
66
* Copyright 2018 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");

src/helper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* System Runtime
3-
*
3+
*
44
* https://designfirst.io/systemruntime/
5-
*
5+
*
66
* Copyright 2018 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");

src/log.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* System Runtime
3-
*
3+
*
44
* https://designfirst.io/systemruntime/
5-
*
5+
*
66
* Copyright 2018 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");

src/metamodel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* System Runtime
3-
*
3+
*
44
* https://designfirst.io/systemruntime/
5-
*
5+
*
66
* Copyright 2018 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");

src/mson.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* System Runtime
3-
*
3+
*
44
* https://designfirst.io/systemruntime/
5-
*
5+
*
66
* Copyright 2018 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");

src/runtime.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* System Runtime
3-
*
3+
*
44
* https://designfirst.io/systemruntime/
5-
*
5+
*
66
* Copyright 2018 Erwan Carriou
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)