We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8217cb commit 2383f33Copy full SHA for 2383f33
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "codelyzer",
3
- "version": "0.0.13",
+ "version": "0.0.15",
4
"description": "A set of linters for Angular 2 applications, following https://github.com/mgechev/angular2-style-guide.",
5
"main": "index.js",
6
"scripts": {
7
- "release": "rimraf dist && tsc && npm t && cp package.json dist/src",
+ "release": "rimraf dist && tsc && npm t && cp package.json README.md dist/src",
8
"test": "mocha --compilers ts:ts-node/register",
9
"tsc": "tsc",
10
"tscw": "tsc -w"
0 commit comments