Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Dec 1, 2019
1 parent 907a5c7 commit 940f11f
Show file tree
Hide file tree
Showing 4 changed files with 343 additions and 98 deletions.
34 changes: 2 additions & 32 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,12 @@
lib

# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# 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

# node-waf configuration
.lock-wscript

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

# Dependency directories
# Dependencies
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history
package-lock.json

# Mac
.DS_Store
17 changes: 16 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
src
# Compiled .js
lib

# Logs
*.log
npm-debug.log*

# Dependencies
node_modules
package-lock.json

# Mac
.DS_Store

# Extra examples
examples/oripa-sample

0 comments on commit 940f11f

Please sign in to comment.