Skip to content

Commit 0d31588

Browse files
authored
Prepare 2.4.3 (#128)
1 parent 1977b04 commit 0d31588

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payment",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "A general purpose library for building credit card forms, validating inputs and formatting numbers. Base on jquery.payment by @stripe, but without the jQuery.",
55
"keywords": [
66
"payment",
@@ -15,11 +15,11 @@
1515
},
1616
"main": "lib/index.js",
1717
"scripts": {
18-
"compile": "coffee -o lib/ --compile ./src/*.coffee",
18+
"compile": "coffee -o lib/ --compile ./src/index.coffee",
1919
"build": "npm run env NODE_ENV=production && webpack",
20-
"development": "coffee -o lib/ --compile --watch ./src/*.coffee",
20+
"development": "coffee -o lib/ --compile --watch ./src/index.coffee",
2121
"preversion": "npm run test",
22-
"prepublish": "npm run env NODE_ENV=production npm run compile",
22+
"prepare": "npm run env NODE_ENV=production && npm run compile",
2323
"postpublish": "git push origin master && git push --tags",
2424
"test": "karma start --single-run --browsers PhantomJS"
2525
},

0 commit comments

Comments
 (0)