Skip to content

Feat publish to npm #628

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

Open
wants to merge 2 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
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Dependency directory
node_modules

# Source maps
*.js.map

# Files marked with gitigx
*gitigx*
33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "turn.js",
"version": "0.0.1",
"description": "A flip book JS library",
"license": "MIT",
"main": "turn.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blasten/turn.js.git"
},
"author": "Emmanuel Garcia",
"license": "ISC",
"bugs": {
"url": "https://github.com/blasten/turn.js/issues"
},
"homepage": "https://github.com/blasten/turn.js#readme",
"files": [
"LICENSE",
"changelog",
"turn.js"
],
"keywords": [
"turn",
"book",
"flip"
],
"dependencies": {
"jquery": "^1.7.0"
}
}
62 changes: 62 additions & 0 deletions yarn-error.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
Arguments:
/usr/local/bin/node /usr/local/bin/yarn

PATH:
/Users/oskarniburski/.kiex/bin:/opt/local/bin:/opt/local/sbin:/Users/oskarniburski/go/bin:/Users/oskarniburski/anaconda/bin:/Users/oskarniburski/.rvm/gems/ruby-2.3.7/bin:/Users/oskarniburski/.rvm/gems/ruby-2.3.7@global/bin:/Users/oskarniburski/.rvm/rubies/ruby-2.3.7/bin:/Applications/Postgres.app/Contents/Versions/latest/bin:/usr/local/bin/:/Desktop/imgcat:/Users/oskarniburski/.rvm/bin:/Applications/microchip/xc32/v1.40/bin:/usr/local/sbin:/Users/oskarniburski/.rvm/bin:/Applications/microchip/xc32/v1.40/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/go/bin:/Applications/Postgres.app/Contents/Versions/latest/bin

Yarn version:
0.27.5

Node version:
11.3.0

Platform:
darwin x64

npm manifest:
{
"name": "turn.js",
"version": "0.0.1",
"description": "A flip book JS library",
"license": "MIT",
"main": "turn.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blasten/turn.js.git"
},
"author": "Oskar Niburski <oskarniburski@gmail.com> (http://raksonibs.github.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/blasten/turn.js/issues"
},
"homepage": "https://github.com/blasten/turn.js#readme",
"files": [
"LICENSE",
"changelog",
"turn.js"
],
"keywords": [
"turn",
"book",
"flip"
],
"dependencies": {
"jquery": "^1.7.0",
}

yarn manifest:
No manifest

Lockfile:
No lockfile

Trace:
SyntaxError: /Users/oskarniburski/Desktop/kook/turn.js/package.json: Unexpected token } in JSON at position 705
at JSON.parse (<anonymous>)
at /usr/local/lib/node_modules/yarn/lib/util/fs.js:554:57
at Generator.next (<anonymous>)
at step (/usr/local/lib/node_modules/yarn/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
at /usr/local/lib/node_modules/yarn/node_modules/babel-runtime/helpers/asyncToGenerator.js:28:13
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


jquery@^1.7.0:
version "1.12.4"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz#01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c"