Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit 523499d

Browse files
committed
build(package): Add files package.json field
1 parent 0a82c71 commit 523499d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dixeed/angularjs-scripts",
3-
"version": "0.0.0-development",
3+
"version": "1.0.0",
44
"description": "Scripts used to abstract frontend projects tooling (webpack, babel, etc.)",
55
"main": "bin/angularjs-scripts.js",
66
"bin": "bin/angularjs-scripts.js",
@@ -30,6 +30,7 @@
3030
"path": "cz-conventional-changelog"
3131
}
3232
},
33+
"files": ["bin", "scripts", "config"],
3334
"devDependencies": {
3435
"@commitlint/cli": "3.2.0",
3536
"@commitlint/config-angular": "3.1.1",

0 commit comments

Comments
 (0)