Skip to content

Commit

Permalink
chore(release): 2.0.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Apr 11, 2019
1 parent 4c81080 commit a5fbf44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ts-morph",
"version": "1.3.2",
"version": "2.0.0-rc",
"description": "TypeScript compiler wrapper for static analysis and code manipulation.",
"main": "dist/main.js",
"typings": "dist-declarations/ts-morph.d.ts",
"scripts": {
"dopublish": "yarn run type-check-docs && yarn run package && yarn run publish-code-verification && npm publish --otp",
"dopublish": "yarn run type-check-docs && yarn run package && yarn run publish-code-verification && echo \"Run: npm publish --otp\"",
"lint": "yarn run lint-src && yarn run lint-scripts",
"lint-src": "tslint \"src/**/*.ts\"",
"lint-scripts": "tslint \"scripts/**/*.ts\"",
Expand Down

0 comments on commit a5fbf44

Please sign in to comment.