Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
thomsbg committed Oct 26, 2017
1 parent a89319a commit f6e5d01
Show file tree
Hide file tree
Showing 20 changed files with 188 additions and 1,418 deletions.
11 changes: 0 additions & 11 deletions .babelrc

This file was deleted.

28 changes: 1 addition & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,2 @@
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

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

# Coverage directory used by tools like istanbul
coverage

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

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

# Dependency directory
# Commenting this out is preferred by some people, see
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules

# Users Environment Variables
.lock-wscript
lib
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
lib
test
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# ottypes
composable register, list, map, set, tree ottypes

# TODO
use non-primitive values for sets
181 changes: 0 additions & 181 deletions lib/index.js

This file was deleted.

86 changes: 0 additions & 86 deletions lib/list.js

This file was deleted.

Loading

0 comments on commit f6e5d01

Please sign in to comment.