refactor(shrinkwrap): remove redundant dotfiles

This commit is contained in:
Zoltan Kochan
2018-09-12 22:36:37 +03:00
parent 23430b5cf9
commit 4503341cd3
6 changed files with 0 additions and 61 deletions

View File

@@ -1,11 +0,0 @@
root = true
[*]
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
[*.{ts,js,json}]
indent_style = space
indent_size = 2

View File

@@ -1,3 +0,0 @@
* text eol=lf
*.tgz binary

View File

@@ -1,18 +0,0 @@
# Logs
logs
*.log
npm-debug.log*
# Dependency directory
node_modules
# Coverage directory used by tools like istanbul
coverage
.tmp
_docpress
lib
# Visual Studio Code configs
.vscode/

View File

@@ -1,2 +0,0 @@
tag-version-prefix = pnpm-shrinkwrap/
message = chore(release): %s

View File

@@ -1,21 +0,0 @@
language: node_js
node_js:
- 6
- 8
- 10
sudo: false
before_install:
- curl -L https://unpkg.com/@pnpm/self-installer | node
install:
- pnpm install
script:
- npm test
env:
global:
- CC=clang CXX=clang++ npm_config_clang=1
- GIT_NAME: Travis CI
- GIT_EMAIL: nobody@nobody.org
- GITHUB_REPO: pnpm/pnpm
notifications:
email: false

View File

@@ -1,6 +0,0 @@
{
"extends": [
"config:base"
],
"pinVersions": false
}