Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit e1a915d

Browse files
committed
Migrating Tilmeld client files to new repository.
1 parent 4275b29 commit e1a915d

File tree

16 files changed

+10249
-0
lines changed

16 files changed

+10249
-0
lines changed

.babelrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"presets": [
3+
"env",
4+
"stage-3"
5+
],
6+
"plugins": [
7+
"transform-class-properties",
8+
"transform-es2015-modules-umd"
9+
]
10+
}

.gitignore

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

0 commit comments

Comments
 (0)