Skip to content

Commit f5abbc7

Browse files
Erwan CarriouErwan Carriou
authored andcommitted
- fix typo
1 parent 5017818 commit f5abbc7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "monoco",
33
"version": "0.8.2",
4-
"description": "A runtime for your system",
4+
"description": "A runtime for system",
55
"license": "GPL-3.0",
66
"homepage": "https://github.com/monocojs/monoco.git",
77
"author": {
@@ -20,7 +20,8 @@
2020
"nosql",
2121
"component",
2222
"system",
23-
"isomorphic"
23+
"isomorphic",
24+
"runtime"
2425
],
2526
"ignore": [
2627
"addons",

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "monoco",
33
"version": "0.8.2",
4-
"description": "A runtime for your system",
4+
"description": "A runtime for system",
55
"homepage": "http://monoco.io",
66
"keywords": [
77
"mda",
@@ -13,7 +13,8 @@
1313
"nosql",
1414
"component",
1515
"system",
16-
"isomorphic"
16+
"isomorphic",
17+
"runtime"
1718
],
1819
"main": "./src/monoco.js",
1920
"author": {

0 commit comments

Comments
 (0)