mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-06 15:07:27 -04:00
refactor(shrinkwrap): remove redundant dotfiles
This commit is contained in:
@@ -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
|
||||
3
packages/shrinkwrap/.gitattributes
vendored
3
packages/shrinkwrap/.gitattributes
vendored
@@ -1,3 +0,0 @@
|
||||
* text eol=lf
|
||||
|
||||
*.tgz binary
|
||||
18
packages/shrinkwrap/.gitignore
vendored
18
packages/shrinkwrap/.gitignore
vendored
@@ -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/
|
||||
@@ -1,2 +0,0 @@
|
||||
tag-version-prefix = pnpm-shrinkwrap/
|
||||
message = chore(release): %s
|
||||
@@ -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
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"pinVersions": false
|
||||
}
|
||||
Reference in New Issue
Block a user