Skip to content

Commit 2caec04

Browse files
committed
The package is working!
1 parent 655094c commit 2caec04

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+95637
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package/node_modules
2+
test-app/node_modules

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
3+
4+
5+
6+
7+
8+
9+
10+

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "gl-angular-configuration",
3+
"version": "1.0.0",
4+
"description": "Geek Learning Angular configuration",
5+
"author": "Geek Learning",
6+
"license": "MIT"
7+
}

0 commit comments

Comments
 (0)