Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nriss committed Oct 11, 2021
1 parent 3abd4c8 commit 40f522a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ template/**
temp/**
input-cache/*
*.zip

node_modules

# Windows generated files #
###########################
Expand All @@ -25,4 +25,4 @@ Thumbs.db
*.bak

.vscode
.idea
.idea
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ bash _updatepublisher.sh
Install sushi

```
yarn add fsh-sushi
# or
npm install -g fsh-sushi
yarn install
```

Install jekyll
Expand Down
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "arkhn-ig-cohort360",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:arkhn/arkhn-ig-cohort360.git",
"author": "nriss <nicolas.riss22@gmail.com>",
"license": "MIT",
"dependencies": {
"fsh-sushi": "2.1.1"
}
}

0 comments on commit 40f522a

Please sign in to comment.