Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for 3.0.0 #149

Merged
merged 1 commit into from
Jul 23, 2018
Merged

Updates for 3.0.0 #149

merged 1 commit into from
Jul 23, 2018

Conversation

bryanforbes
Copy link
Member

Type: feature

The following has been addressed in the PR:

Description:

Resolves #148

package.json Outdated
"precommit": "lint-staged",
"prettier": "prettier --write 'src/**/*.ts' 'tests/**/*.ts'",
"test": "grunt test"
"test": "npm run build && intern",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add prettier -l {src,tests}/**/*.ts to test in order to fail the build if files don't comply. It used to be possible to not run precommit if the user already had a git precommit script. Don't know if this has been fixed in husky.

tsconfig.json Outdated
"outDir": "_build/",
"removeComments": false,
"sourceMap": true,
"strict": true,
"target": "es2016",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Node 6 doesn't support es2016. It has decent support for es2015.

@bryanforbes bryanforbes merged commit d2f3270 into dojo:master Jul 23, 2018
@bryanforbes bryanforbes deleted the 3.0.0 branch July 23, 2018 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants