8000 Add spm support · Aphasia-GitHub/vue@a52d42b · GitHub
[go: up one dir, main page]

Skip to content

Commit a52d42b

Browse files
committed
Add spm support
1 parent a49e561 commit a52d42b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,19 @@
4646
"karma-chrome-launcher": "~0.1.4",
4747
"karma-firefox-launcher": "~0.1.3",
4848
"karma-safari-launcher": "~0.1.1"
49+
},
50+
"spm": {
51+
"main": "src/main.js",
52+
"ignore": [
53+
".*",
54+
"examples",
55+
"test",
56+
"tasks",
57+
"dist",
58+
"Gruntfile.js",
59+
"bower.json",
60+
"component.json",
61+
"*.md"
62+
]
4963
}
5064
}

0 commit comments

Comments
 (0)
0