File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-data-jsonapi" ,
3
- "version" : " 0.0.0-alpha.5 " ,
3
+ "version" : " 0.0.0-alpha.6 " ,
4
4
"description" : " JsonApi adapter for js-data." ,
5
5
"main" : " ./dist/js-data-jsonapi.js" ,
6
6
"repository" : {
37
37
"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" ,
38
38
"version" : " node scripts/version.js" ,
39
39
"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" ,
41
41
"linter" : " npm run tslint" ,
42
42
"build" : " npm run tslint && npm run compile && npm run bundle && npm run min && npm run version && npm run banner" ,
43
43
"karma" : " karma start" ,
You can’t perform that action at this time.
0 commit comments