currencyformatter.ts
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "currencyformatter.ts", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "A super simple currency formatting library by OSREC Technologies https://osrec.co.uk", | ||
@@ -25,7 +25,8 @@ "directories": { | ||
"homepage": "https://github.com/osrec/currencyFormatter.js#readme", | ||
"main": "./artifacts/index.js", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"build": "tsc && npm run uglify", | ||
"uglify": "uglifyjs dist/currencyFormatter.js --compress --mangle --output dist/currencyFormatter.min.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublish": "npm build" | ||
}, | ||
@@ -32,0 +33,0 @@ "devDependencies": { |
147523