Skip to content

Commit

Permalink
Fix chmod file values
Browse files Browse the repository at this point in the history
  • Loading branch information
gwindesPP committed Nov 15, 2020
1 parent 3b6733d commit b5887d4
Show file tree
Hide file tree
Showing 44 changed files with 1 addition and 1 deletion.
Empty file modified .babelrc
100644 → 100755
Empty file.
Empty file modified .editorconfig
100644 → 100755
Empty file.
Empty file modified .eslintignore
100644 → 100755
Empty file.
Empty file modified .eslintrc
100644 → 100755
Empty file.
Empty file modified .flowconfig
100644 → 100755
Empty file.
Empty file modified .github/ISSUE_TEMPLATE.md
100644 → 100755
Empty file.
Empty file modified .github/PULL_REQUEST_TEMPLATE.md
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .travis.yml
100644 → 100755
Empty file.
Empty file modified CONTRIBUTING.md
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified config/.eslintrc
100644 → 100755
Empty file.
Empty file modified config/banner.js
100644 → 100755
Empty file.
Empty file modified config/build.js
100644 → 100755
Empty file.
Empty file modified config/bundle.js
100644 → 100755
Empty file.
Empty file modified config/entry.js
100644 → 100755
Empty file.
Empty file modified config/karma.base.conf.js
100644 → 100755
Empty file.
Empty file modified config/karma.cover.conf.js
100644 → 100755
Empty file.
Empty file modified config/karma.sauce.conf.js
100644 → 100755
Empty file.
Empty file modified config/karma.unit.conf.js
100644 → 100755
Empty file.
Empty file modified config/nightwatch.conf.js
100644 → 100755
Empty file.
Empty file modified config/version.js
100644 → 100755
Empty file.
Empty file modified config/webpack.dev.conf.js
100644 → 100755
Empty file.
Empty file modified config/webpack.prod.conf.js
100644 → 100755
Empty file.
Empty file modified demo/index.html
100644 → 100755
Empty file.
Empty file modified demo/src/main.js
100644 → 100755
Empty file.
Empty file modified dist/vue-rangedate-picker.js
100644 → 100755
Empty file.
Empty file modified dist/vue-rangedate-picker.min.js
100644 → 100755
Empty file.
Empty file modified package-lock.json
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion package.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-rangedate-picker-winslow",
"version": "1.0.5",
"version": "1.0.6",
"description": "Date picker with range selection",
"author": "gw.winslow <[email protected]>",
"main": "dist/vue-rangedate-picker.js",
Expand Down
Empty file modified src/RangedatePicker.vue
100644 → 100755
Empty file.
Empty file modified src/demo.js
100644 → 100755
Empty file.
Empty file modified src/index.js
100644 → 100755
Empty file.
Empty file modified src/js/rangedate-picker.js
100644 → 100755
Empty file.
Empty file modified test/.eslintrc
100644 → 100755
Empty file.
Empty file modified test/e2e/runner.js
100644 → 100755
Empty file.
Empty file modified test/e2e/test/add.js
100644 → 100755
Empty file.
Empty file modified test/helpers/assert.js
100644 → 100755
Empty file.
Empty file modified test/helpers/entry.js
100644 → 100755
Empty file.
Empty file modified test/helpers/wait-for-update.js
100644 → 100755
Empty file.
Empty file modified test/unit/index.html
100644 → 100755
Empty file.
Empty file modified test/unit/index.js
100644 → 100755
Empty file.
Empty file modified test/unit/plugin.test.js
100644 → 100755
Empty file.

0 comments on commit b5887d4

Please sign in to comment.