mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2024-11-21 02:38:29 -05:00
chore: npm init and some dotfiles
This commit is contained in:
parent
c64e339db2
commit
1a7ec8337c
4 changed files with 40 additions and 1 deletions
14
.editorconfig
Normal file
14
.editorconfig
Normal file
|
@ -0,0 +1,14 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.js]
|
||||
indent_style = space
|
||||
|
||||
[package.json]
|
||||
indent_size = 2
|
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
* text=auto eol=lf
|
|
@ -1,2 +1,3 @@
|
|||
# scratch-webpack-configuration
|
||||
Centralized configuration for Scratch's use of webpack
|
||||
|
||||
Shared configuration for Scratch's use of webpack
|
||||
|
|
23
package.json
Normal file
23
package.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "scratch-webpack-configuration",
|
||||
"version": "1.0.0",
|
||||
"description": "Shared configuration for Scratch's use of webpack",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/scratchfoundation/scratch-webpack-configuration.git"
|
||||
},
|
||||
"keywords": [
|
||||
"Scratch",
|
||||
"webpack"
|
||||
],
|
||||
"author": "Scratch Foundation",
|
||||
"license": "BSD-3-Clause",
|
||||
"bugs": {
|
||||
"url": "https://github.com/scratchfoundation/scratch-webpack-configuration/issues"
|
||||
},
|
||||
"homepage": "https://github.com/scratchfoundation/scratch-webpack-configuration#readme"
|
||||
}
|
Loading…
Reference in a new issue