Skip to content

Commit

Permalink
Merge pull request #1 from QurateInc/develop
Browse files Browse the repository at this point in the history
v2.0.0 VuePouchDB Merge from Develop Branch
  • Loading branch information
sadiqevani committed Mar 16, 2017
2 parents b342b5b + f07a023 commit 5851c1a
Show file tree
Hide file tree
Showing 10 changed files with 919 additions and 205 deletions.
12 changes: 12 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"presets": [
["es2015", {
"modules": false
}]
],
"plugins": [
["transform-object-rest-spread", {
"useBuiltIns": true
}]
]
}
8 changes: 8 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
###
# Development Environment Variables
# Used in Development Mode, please for Production
# us the systems default env-vars
###

# System related Environment Variables
NODE_ENV=development
Loading

0 comments on commit 5851c1a

Please sign in to comment.