Skip to content

Commit

Permalink
Merge pull request #43 from palantir/bd/switch-develop-to-master
Browse files Browse the repository at this point in the history
Bd/switch develop to master
  • Loading branch information
themadcreator committed Jan 16, 2017
2 parents 98e40b1 + 45c2bb5 commit d31925f
Show file tree
Hide file tree
Showing 272 changed files with 17,479 additions and 91,722 deletions.
11 changes: 4 additions & 7 deletions .gitignore
Expand Up @@ -2,15 +2,12 @@
*.tmp.txt
node_modules
build
local/
.tscache/
coverage
preview/bundle.js

# IDEs
.idea/
# Emacs
.#*

# vim
*.swp
*~

# Eclipse
*.project
4 changes: 4 additions & 0 deletions .istanbul.yml
@@ -0,0 +1,4 @@
check:
each:
statements: 90
lines: 90
25 changes: 25 additions & 0 deletions .min-wd
@@ -0,0 +1,25 @@
{
"sauceLabs": true,
"hostname": "localhost",
"port": 8081,
"testname": "SVGTypewriter Sauce Unit Tests",
"browsers": [{
"name": "firefox",
"platform": "linux"
}, {
"name": "chrome",
"platform": "linux"
}, {
"name": "internet explorer",
"platform": "Windows 10",
"version": "11.103"
}, {
"name": "MicrosoftEdge",
"platform": "Windows 10",
"version": "14.14393"
}, {
"name": "safari",
"platform": "OS X 10.10",
"version": "8"
}]
}
11 changes: 11 additions & 0 deletions .npmignore
@@ -0,0 +1,11 @@
**/*
!README.md
!LICENSE
!package.json

# include source typescript
!src/**/*

# include compiled javascript, sourcemaps, and declarations
!build/src/**/*

5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

257 changes: 0 additions & 257 deletions Gruntfile.js

This file was deleted.

22 changes: 22 additions & 0 deletions LICENSE
@@ -0,0 +1,22 @@

The MIT License (MIT)

Copyright (c) 2014-2016 Palantir Technologies, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

0 comments on commit d31925f

Please sign in to comment.