Skip to content

Commit

Permalink
package.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetcanaydemir committed Sep 27, 2020
1 parent 8d6f595 commit 9a5ddcb
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 3 deletions.
Binary file added build/gif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
166 changes: 166 additions & 0 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
"start": "react-scripts start",
"build:docs": "react-scripts build",
"build": "SET NODE_ENV=production && rm -rf dist && mkdir dist && npx babel src/react-advanced-news-ticker --out-dir dist --copy-files",
"predeploy": "npm run build",
"deploy": "gh-pages -b gh-pages -d dist"
"predeploy": "npm run build:docs",
"deploy": "gh-pages -b gh-pages -d build"
},
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ahmetcanaydemir/react-advanced-news-ticker"
},
"homepage": "http://ahmetcanaydemir.github.io/react-advanced-news-ticker/",
"dependencies": {
"prop-types": "^15.7.2",
"react": "^16.13.1"
Expand All @@ -23,6 +24,7 @@
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"gh-pages": "^3.1.0",
"react-dom": "^16.13.1",
"react-scripts": "3.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
crossorigin="anonymous"
/>

<title>React App</title>
<title>React Advanced News Ticker - Ahmet Can Aydemir</title>
</head>
<body data-spy="scroll" data-target="#navbar" data-offset="70">
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit 9a5ddcb

Please sign in to comment.