Skip to content

Commit

Permalink
Merge pull request #3 from adamdriscoll/leaflet
Browse files Browse the repository at this point in the history
Leaflet
  • Loading branch information
adamdriscoll authored Jun 28, 2019
2 parents 0f52aff + eb20353 commit 962a60b
Show file tree
Hide file tree
Showing 76 changed files with 25,732 additions and 135 deletions.
19 changes: 19 additions & 0 deletions src/UniversalDashboard.Map/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"presets" : [
[
"@babel/preset-env", {
"targets":{
"browsers":[
">0.5%",
"not dead"
]
}
}
],
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-syntax-dynamic-import"
]
}
64 changes: 64 additions & 0 deletions src/UniversalDashboard.Map/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Typescript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

public/
output/

classes/bin
classes/obj
Loading

0 comments on commit 962a60b

Please sign in to comment.