Skip to content

Commit 41697d1

Browse files
BlairJBlairJ
BlairJ
authored and
BlairJ
committed
Bump version to alpha.6
1 parent d67ff61 commit 41697d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-data-jsonapi",
3-
"version": "0.0.0-alpha.5",
3+
"version": "0.0.0-alpha.6",
44
"description": "JsonApi adapter for js-data.",
55
"main": "./dist/js-data-jsonapi.js",
66
"repository": {
@@ -37,7 +37,7 @@
3737
"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",
3838
"version": "node scripts/version.js",
3939
"banner": "node scripts/banner.js",
40-
"gzip": "echo gzipped size: $(cat dist/js-data-http.min.js | gzip -f9 | wc -c)kb",
40+
"gzip": "echo gzipped size: $(cat dist/js-data-jsonapi.min.js | gzip -f9 | wc -c)kb",
4141
"linter": "npm run tslint",
4242
"build": "npm run tslint && npm run compile && npm run bundle && npm run min && npm run version && npm run banner",
4343
"karma": "karma start",

0 commit comments

Comments
 (0)