Skip to content
This repository was archived by the owner on Feb 19, 2019. It is now read-only.

Commit 76224d1

Browse files
committed
Fixed name in header.
1 parent 7b04f21 commit 76224d1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Gruntfile.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ module.exports = function(grunt)
88
browserify: {
99
dist: {
1010
options: {
11-
//alias: {
12-
// vue: './src/utils/vueShim.js'
13-
//},
14-
banner: "/* Vuestrap v" + require('./package').version + " */",
11+
banner: "/* VueBoot v" + require('./package').version + " */",
1512
transform: [ "vueify", "babelify" ],
1613
browserifyOptions: {
1714
standalone: 'vueboot'

0 commit comments

Comments
 (0)