Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
Merge src/ folder with top-level directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dmhacker committed Mar 4, 2020
1 parent 8d10720 commit 4096a09
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NodeJS files & folders
src/node_modules
build
node_modules

# Logs
logs
Expand All @@ -27,9 +27,6 @@ coverage
# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
jspm_packages

Expand All @@ -38,5 +35,3 @@ jspm_packages

# Optional REPL history
.node_repl_history
#node modules should be seperated from scr folder so that webpacking and build process can be easy
node_modules
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
.PHONY: default clean
default:
mkdir -p build
npm install --prefix src
cd src && zip -r9 alexa-youtube-skill.zip node_modules util *.js *.json
mv src/alexa-youtube-skill.zip build
npm install
zip -r9 alexa-youtube-skill.zip node_modules util *.js *.json
mv alexa-youtube-skill.zip build
clean:
rm -rf src/node_modules
rm -rf build
File renamed without changes.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alexa-youtube-skill",
"version": "3.0.4",
"version": "3.0.5",
"description": "Use Alexa to search YouTube for your favorite videos",
"engines": {
"node": ">=10.16.3"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4096a09

Please sign in to comment.