Skip to content

Commit ce8ae20

Browse files
committed
Remove the version property
1 parent 12a6917 commit ce8ae20

3 files changed

Lines changed: 1 addition & 8 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
COFFEE = node_modules/.bin/coffee
22
MOCHA = node_modules/.bin/mocha --compilers coffee:coffee-script/register
3-
XYZ = node_modules/.bin/xyz --message X.Y.Z --tag X.Y.Z --repo git@github.com:davidchambers/string-format.git --script scripts/prepublish
3+
XYZ = node_modules/.bin/xyz --message X.Y.Z --tag X.Y.Z --repo git@github.com:davidchambers/string-format.git
44

55
SRC = $(shell find src -name '*.coffee')
66
LIB = $(patsubst src/%.coffee,lib/%.js,$(SRC))

scripts/prepublish

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/string-format.coffee

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,5 @@ String::format = (args...) -> format this, args...
4242

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

45-
String::format.version = format.version = '0.2.1'
46-
4745

4846
module?.exports = format

0 commit comments

Comments
 (0)