Skip to content

Commit

Permalink
Remove the version property
Browse files Browse the repository at this point in the history
  • Loading branch information
eush77 committed Oct 1, 2014
1 parent 12a6917 commit d6e4934
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/src/
/scripts/
/test/
/Makefile
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
COFFEE = node_modules/.bin/coffee
MOCHA = node_modules/.bin/mocha --compilers coffee:coffee-script/register
XYZ = node_modules/.bin/xyz --message X.Y.Z --tag X.Y.Z --repo git@github.com:davidchambers/string-format.git --script scripts/prepublish
XYZ = node_modules/.bin/xyz --message X.Y.Z --tag X.Y.Z --repo git@github.com:davidchambers/string-format.git

SRC = $(shell find src -name '*.coffee')
LIB = $(patsubst src/%.coffee,lib/%.js,$(SRC))
Expand Down
5 changes: 0 additions & 5 deletions scripts/prepublish

This file was deleted.

2 changes: 0 additions & 2 deletions src/string-format.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,5 @@ String::format = (args...) -> format this, args...

String::format.transformers = format.transformers = {}

String::format.version = format.version = '0.2.1'


module?.exports = format

0 comments on commit d6e4934

Please sign in to comment.