Skip to content

Commit

Permalink
Improve build
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvanakbary committed Dec 10, 2015
1 parent 1cc7f09 commit 9b84a5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
src
test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dist: build
lib: build
@cp -R build/src lib && rm lib/bundle.*

build: clean
build:
@tsc

clean:
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": "eter",
"version": "1.0.0",
"version": "1.0.4",
"description": "Lightweight collections for JavaScript",
"keywords": [
"collections",
Expand Down

0 comments on commit 9b84a5a

Please sign in to comment.