Skip to content

Commit b5616aa

Browse files
committed
Update package.json before release
1 parent 5e369ea commit b5616aa

File tree

1 file changed

+25
-11
lines changed

1 file changed

+25
-11
lines changed

package.json

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,34 @@
11
{
22
"name": "karma-module-resolver-preprocessor",
3-
"version": "0.0.1",
4-
"description": "Karma preprocessor to resolve ES6 module aliases",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
3+
"version": "1.0.0",
4+
"description": "Karma preprocessor to resolve ES6 modules",
5+
"license": "MIT",
96
"keywords": [
107
"karma-plugin",
118
"karma-preprocessor",
12-
"es6-modules",
13-
"alias",
14-
"modules"
9+
"es6",
10+
"modules",
11+
"alias"
1512
],
16-
"author": "Interfaced",
17-
"license": "MIT",
13+
"homepage": "https://github.com/interfaced/karma-module-resolver-preprocessor",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/interfaced/karma-module-resolver-preprocessor.git"
17+
},
18+
"author": {
19+
"name": "Interfaced",
20+
"url": "https://interfaced.tv",
21+
"email": "info@interfaced.tv"
22+
},
23+
"contributors": [
24+
"Ilya Kalashnikov"
25+
],
26+
"files": [
27+
"index.js"
28+
],
29+
"engines": {
30+
"node": ">= 6.0.0"
31+
},
1832
"dependencies": {
1933
"espree": "^4.0.0"
2034
},

0 commit comments

Comments
 (0)