Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen committed Sep 21, 2016
1 parent 34dc48a commit 9955fd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ src/*.js.map
src/**/*.js.map
src/*.d.ts

test/*.js
test/**/*.js
test/*.js.map
test/**/*.js.map
test/*.d.ts

# Dependency directories
node_modules
jspm_packages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inversify-vanillajs-helpers",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Some helper for the development of InversifyJS applications with VanillaJS",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
Expand Down

0 comments on commit 9955fd5

Please sign in to comment.