Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
Update package.json and typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Lai committed Oct 6, 2017
1 parent 4779e61 commit deb5e08
Show file tree
Hide file tree
Showing 5 changed files with 8,367 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
lib
coverage
dist/*.gz
docs/_book
test/e2e/report
test/e2e/screenshots
Expand Down
Binary file added dist/vue-i18n.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"selenium-server": "2.53.1",
"sinon": "^2.1.0",
"uglify-js": "^2.7.5",
"vue": "^2.4.0",
"vue": "HerringtonDarkholme/vue#6091248c0edf7c19d594f4122057848496852856",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as Vue from 'vue';
import Vue from 'vue';
import { PluginFunction } from 'vue';

declare namespace VueI18n {
Expand Down
Loading

0 comments on commit deb5e08

Please sign in to comment.