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

crutch for tools like sublime merge #27

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ charset = utf-8
trim_trailing_whitespace = false

# important!
[tree]
[*.tree]
end_of_line = lf
indent_style = tab
insert_final_newline = true

# important!
[yml]
[*.yml]
indent_style = space
indent_size = 2
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,19 @@
node_modules
.idea
.DS_Store

/hyoo
/jin
/node
/mol
/lib
/piterjs
/psb
/mpds
/bun

/my

/hype
/milis
/gd
Empty file added favicon.ico
Empty file.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "Simple MAM project",
"scripts": {
"postinstall": "mam mol/build",
"postinstall": "npx mam mol/build",
Copy link
Member

Choose a reason for hiding this comment

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

Тогда уж что-то типа npm exec mam mol/build.

"start": "node ./mol/build/-/node.js"
},
"repository": {
Expand Down Expand Up @@ -31,6 +31,7 @@
},
"dependencies": {
"@types/node": "*",
"mam": "*"
"mam": "*",
"undici": "*"
}
}