Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 00c964c

Browse files
committedDec 25, 2015
[build] 1.0.13-csp
1 parent c207c93 commit 00c964c

File tree

5 files changed

+9411
-40
lines changed

5 files changed

+9411
-40
lines changed
 

‎dist/vue.common.js

+4,702-17
Large diffs are not rendered by default.

‎dist/vue.js

+4,702-17
Large diffs are not rendered by default.

‎dist/vue.min.js

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue",
3-
"version": "1.0.13",
3+
"version": "1.0.13-csp",
44
"author": "Evan You <yyx990803@gmail.com>",
55
"license": "MIT",
66
"description": "Simple, Fast & Composable MVVM for building interactive interfaces",

‎src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import elementDirectives from './directives/element/index'
44
import filters from './filters/index'
55
import { inBrowser } from './util/index'
66

7-
Vue.version = '1.0.13'
7+
Vue.version = '1.0.13-csp'
88

99
/**
1010
* Vue and every constructor that extends Vue has an

0 commit comments

Comments
 (0)
Please sign in to comment.