Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Typo in package.json #17

Closed
rgant opened this issue Jul 6, 2016 · 0 comments
Closed

Minor Typo in package.json #17

rgant opened this issue Jul 6, 2016 · 0 comments

Comments

@rgant
Copy link
Contributor

rgant commented Jul 6, 2016

I noticed that the map file in npm min script is spelled jaonapi.min.map instead of jsonapi.min.map.

diff --git a/package.json b/package.json
index 083a563..28e7db3 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
     "tslint": "tslint -c tslint.json ./src/**/*.ts",
     "compile": "tsc",
     "bundle": "webpack --config webpack.config.js --colors",
-    "min": "uglifyjs dist/js-data-jsonapi.js -o dist/js-data-jsonapi.min.js --source-map dist/js-data-jaonapi.min.map -v -m -c --screw-ie8",
+    "min": "uglifyjs dist/js-data-jsonapi.js -o dist/js-data-jsonapi.min.js --source-map dist/js-data-jsonapi.min.map -v -m -c --screw-ie8",
     "version": "node scripts/version.js",
     "banner": "node scripts/banner.js",
     "gzip": "echo gzipped size: $(cat dist/js-data-jsonapi.min.js | gzip -f9 | wc -c)kb",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant