Skip to content

Commit

Permalink
Merge pull request #1 from actnwit/fix/improve-config
Browse files Browse the repository at this point in the history
Fix/improve config
  • Loading branch information
Yuki Shimada authored May 31, 2021
2 parents 4e4248f + 9f8fb34 commit bcebd7f
Show file tree
Hide file tree
Showing 4 changed files with 2,902 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ internal/
!tests/cases/projects/NodeModulesSearch/**/*
!tests/baselines/reference/project/nodeModules*/**/*
.idea
yarn.lock
yarn-error.log
.parallelperf.*
tests/cases/user/*/package-lock.json
Expand All @@ -76,6 +75,7 @@ tests/cases/user/*/**/*.d.ts
tests/baselines/reference/dt
.failed-tests
TEST-results.xml
package-lock.json
.rpt2_cache
dist
docs
shaderity-node-tmp.tgz
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14.16.1
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"test": "yarn test-unit",
"test-unit": "jest --config jest.config.js ./test",
"test-coverage": "jest --coverage",
"doc": "typedoc --includeDeclarations --ignoreCompilerErrors --exclude '**/*+(test|d).ts' --out ./docs/ ./src/"
"doc": "typedoc --exclude '**/*+(test|d).ts' --out ./docs/ ./src/",
"yarn-pack": "npx yarn pack -f shaderity-node-tmp.tgz"
},
"repository": {
"type": "git",
Expand All @@ -26,12 +27,15 @@
"url": "https://github.com/emadurandal/shaderity-node/issues"
},
"dependencies": {
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^12.6.2",
"jest": "^27.0.3",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.2",
"typedoc": "^0.14.2",
"typescript": "^3.7.2",
"ts-jest": "^24.0.2"
"typedoc": "^0.20.36",
"typescript": "^3.7.2"
},
"homepage": "https://github.com/emadurandal/shaderity-node#readme"
}
Loading

0 comments on commit bcebd7f

Please sign in to comment.