File tree 2 files changed +3057
-84
lines changed
2 files changed +3057
-84
lines changed Original file line number Diff line number Diff line change 32
32
},
33
33
"dependencies" : {},
34
34
"devDependencies" : {
35
+ "@size-limit/preset-small-lib" : " ^2.1.1" ,
35
36
"babel-core" : " ^6.26.3" ,
36
37
"babel-plugin-external-helpers" : " ^6.22.0" ,
37
38
"babel-preset-env" : " ^1.7.0" ,
53
54
"rollup-plugin-babel" : " ^3.0.4" ,
54
55
"run-when-changed" : " ^2.1.0" ,
55
56
"serve" : " ^1.4.0" ,
57
+ "size-limit" : " ^2.1.1" ,
56
58
"uglify-js" : " ^3.4.0"
57
59
},
58
60
"main" : " hammer.js" ,
71
73
"watch" : " run-when-changed --watch 'src/**/*.js' --watch 'tests/unit/*.js' --watch 'tests/unit/gestures/*.js' --exec 'yarn run watch-tasks'" ,
72
74
"watch-tasks" : " yarn run rollup && yarn run string-replace && yarn run uglify && yarn run jshint && yarn run jscs" ,
73
75
"build" : " yarn run rollup && yarn run string-replace && yarn run uglify && yarn run bannerize" ,
74
- "test" : " yarn run build && yarn run jshint && yarn run jscs && yarn run qunit"
75
- }
76
+ "test" : " yarn run build && yarn run jshint && yarn run jscs && yarn run qunit" ,
77
+ "size" : " size-limit"
78
+ },
79
+ "size-limit" : [
80
+ {
81
+ "path" : " hammer.js"
82
+ }
83
+ ]
76
84
}
You can’t perform that action at this time.
0 commit comments