This repository was archived by the owner on Aug 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 33 "description" : " Vue.js filter for formatting numbers" ,
44 "version" : " 1.0.1" ,
55 "author" : " dmackca <contact@dmack.ca>" ,
6- "url " : " https://github.com/dmackca/vue-filter-number-format" ,
6+ "homepage " : " https://github.com/dmackca/vue-filter-number-format#readme " ,
77 "license" : " MIT" ,
88 "main" : " ./dist/vue-filter-number-format.js" ,
9+ "files" : [
10+ " ./dist/"
11+ ],
12+ "repository" : {
13+ "type" : " git" ,
14+ "url" : " https://github.com/dmackca/vue-filter-number-format"
15+ },
916 "scripts" : {
1017 "dev" : " cross-env NODE_ENV=development webpack-dev-server --hot --host 0.0.0.0" ,
1118 "build" : " cross-env NODE_ENV=production webpack --progress --hide-modules"
1926 " not ie <= 8"
2027 ],
2128 "devDependencies" : {
22- "vue" : " ^2.5.11" ,
2329 "babel-core" : " ^6.26.0" ,
2430 "babel-loader" : " ^7.1.2" ,
2531 "babel-preset-env" : " ^1.6.0" ,
2632 "babel-preset-stage-3" : " ^6.24.1" ,
2733 "cross-env" : " ^5.0.5" ,
2834 "css-loader" : " ^0.28.7" ,
2935 "file-loader" : " ^1.1.4" ,
36+ "vue" : " ^2.5.11" ,
3037 "vue-loader" : " ^13.0.5" ,
3138 "vue-template-compiler" : " ^2.4.4" ,
3239 "webpack" : " ^3.6.0" ,
You can’t perform that action at this time.
0 commit comments