Skip to content

Commit 34f3760

Browse files
authored
Merge pull request #11 from eginnovations/add-eginnovations-plugin
New eG Innovations Plugin
2 parents b81b239 + 38e58b4 commit 34f3760

22 files changed

+1884
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Dependency directories
2+
node_modules/
3+
jspm_packages/
4+
5+
# Test files
6+
testConfig.json
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": "0.2",
3+
"words": [
4+
"eGinnovations"
5+
]
6+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"name": "eGComponents",
4+
"type": "app",
5+
"icon": "app",
6+
"singular": "app",
7+
"plural": "apps"
8+
}
9+
]

0 commit comments

Comments
 (0)