Skip to content

Commit

Permalink
Artyom 1.0.6
Browse files Browse the repository at this point in the history
Artyom v.1.0.6
  • Loading branch information
sdkcarlos committed Jul 18, 2017
1 parent 5a52633 commit ea3980b
Show file tree
Hide file tree
Showing 46 changed files with 10,678 additions and 5,262 deletions.
63 changes: 61 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,61 @@
node_modules
.vscode
# Ignore VSCode folder
.vscode

# 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
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
development
node_modules
public
old-ts
sandbox
.gitignore
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Carlos Delgado
Copyright (c) 2017 Carlos Delgado

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ 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.
SOFTWARE.
232 changes: 120 additions & 112 deletions README.md

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"authors": [
"Carlos Delgado"
],
"license": "ISC",
"license": "MIT",
"keywords": [
"speech",
"recognition",
Expand All @@ -23,6 +23,7 @@
"node_modules",
"bower_components",
"development",
"public"
"public",
"old-ts"
]
}
Loading

0 comments on commit ea3980b

Please sign in to comment.