Skip to content

Commit

Permalink
Add "main" entry to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
abierbaum committed Jan 7, 2017
1 parent b93a2c8 commit 97848cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ Flags locations where code calls "new Object()", "new Array()", "new Function()"

# Changelog

* 4.0.1
* Add "main" entry to package.json to allow importing
* 4.0.0
* Update versioning to track major version of tslint
* Update to tslint 4.x and TS 2.x
Expand Down Expand Up @@ -300,6 +302,7 @@ Notes for how to build new rules and tests:

* Update version in package.json
* Update Changelog
* git commit
* git tag -a vX.Y.Z -m "Tag Release"
* git push --tags
* npm publish
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "vrsource-tslint-rules",
"version": "4.0.0",
"version": "4.0.1",
"description": "Extension rules for tslint",
"repository": {
"type": "git",
"url": "https://github.com/vrsource/vrsource-tslint-rules"
},
"main": "tslint.json",
"keywords": [
"eslint",
"tslint",
Expand Down

0 comments on commit 97848cc

Please sign in to comment.