Skip to content

Commit 276f009

Browse files
committed
Update package.json
1 parent dc17b74 commit 276f009

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "api-console",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Api-Console for RAML based app",
5-
"main": "index.js",
5+
"files": [
6+
"dist",
7+
"dist/**",
8+
"LICENSE"
9+
],
610
"scripts": {
711
"test": "grunt regression"
812
},

0 commit comments

Comments
 (0)