Skip to content

Commit 2383f33

Browse files
committed
chore: add readme to npm
1 parent c8217cb commit 2383f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "codelyzer",
3-
"version": "0.0.13",
3+
"version": "0.0.15",
44
"description": "A set of linters for Angular 2 applications, following https://github.com/mgechev/angular2-style-guide.",
55
"main": "index.js",
66
"scripts": {
7-
"release": "rimraf dist && tsc && npm t && cp package.json dist/src",
7+
"release": "rimraf dist && tsc && npm t && cp package.json README.md dist/src",
88
"test": "mocha --compilers ts:ts-node/register",
99
"tsc": "tsc",
1010
"tscw": "tsc -w"

0 commit comments

Comments
 (0)