|
3 | 3 | "version": "1.0.0", |
4 | 4 | "description": "Date picker with range selection", |
5 | 5 | "author": "gw.winslow <[email protected]>", |
6 | | - "main": "dist/vue-rangedate-picker.js", |
7 | | - "module": "dist/vue-rangedate-picker.js", |
8 | | - "browser": "dist/vue-rangedate-picker.js", |
9 | | - "unpkg": "dist/vue-rangedate-picker.js", |
10 | | - "style": "dist/vue-rangedate-picker.css", |
| 6 | + "main": "dist/vue-rangedate-picker-winslow.js", |
| 7 | + "module": "dist/vue-rangedate-picker-winslow.js", |
| 8 | + "browser": "dist/vue-rangedate-picker-winslow.js", |
| 9 | + "unpkg": "dist/vue-rangedate-picker-winslow.js", |
| 10 | + "style": "dist/vue-rangedate-picker-winslow.css", |
11 | 11 | "scripts": { |
12 | 12 | "clean": "rm -rf coverage && rm -rf dist/*.js* && rm ./*.log", |
13 | 13 | "dev": "cross-env BABEL_ENV=test webpack-dev-server --inline --hot --open --content-base ./test/unit/ --config config/webpack.dev.conf.js", |
|
71 | 71 | "webpack-merge": "^4.1.1" |
72 | 72 | }, |
73 | 73 | "files": [ |
74 | | - "dist/vue-rangedate-picker.js", |
75 | | - "dist/vue-rangedate-picker.min.js" |
| 74 | + "dist/vue-rangedate-picker-winslow.js", |
| 75 | + "dist/vue-rangedate-picker-winslow.min.js" |
76 | 76 | ], |
77 | 77 | "repository": { |
78 | 78 | "type": "git", |
79 | | - "url": "git+https://github.com/gwindes/vue-rangedate-picker.git" |
| 79 | + "url": "git+https://github.com/gwindes/vue-rangedate-picker-winslow.git" |
80 | 80 | }, |
81 | 81 | "bugs": { |
82 | | - "url": "https://github.com/gwindes/vue-rangedate-picker/issues" |
| 82 | + "url": "https://github.com/gwindes/vue-rangedate-picker-winslow/issues" |
83 | 83 | }, |
84 | | - "homepage": "https://github.com/gwindes/vue-rangedate-picker#readme", |
| 84 | + "homepage": "https://github.com/gwindes/vue-rangedate-picker-winslow#readme", |
85 | 85 | "license": "MIT", |
86 | 86 | "keywords": [ |
87 | 87 | "plugin", |
|
0 commit comments