Skip to content

Commit 3533f0e

Browse files
committed
NPM credentials added
1 parent 567a97f commit 3533f0e

File tree

10 files changed

+11
-36
lines changed

10 files changed

+11
-36
lines changed

.npmignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
/coverage
1+
/.docz
22
/node_modules
3-
/src
3+
/src/__docz__
4+
/public
5+
/build
46
.gitignore
57
.travis.yml
8+
.DS_Store
69
doczrc.js
710
package-lock.json
811
postcss.config.css
912
stylelint.config.js
1013
tailwind.config.js
1114
tsconfig.json
1215
tslint.json
16+
npm-debug.log

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ deploy:
3030
3131
skip_cleanup: true
3232
api_key:
33-
secure: eZw5FOC1uWecrU4UXUdLU6bG9pl3vLwW1d+OXKoFu3amUps3qCUye3XeDXKYJs+HnyUQq1jiB1/F1fnk+opqP4XeooG7w8DbOdAq/GVi4iqfcMb+EfxGoD3gbM+z/Ctcr4/lgIN61B63zpISQ4DPOvG4oPFD88YqkGQlqnT7N3sfQSm2i6tCIp3TOCo5WfaHmxiTIaZudJ+4kxZQVaPnhiKoodW60A7U3K7Xdnu3IRRuO2L93ZEUdGmrjCxZUtywIroJduz2+E0KzL8AgMt9ehzVXDveKaLPrVqcwww2jZUbmNt81E5aL05xSgPKFYTswRXwdmG0x8amlnPwsw1G1vlHSat5hVh7PaTegIX6mhkv/iUmLSETCAux26JUxNmHNWFKtum3db3ou84e/1H9l36Xt1qLxBYTFirbrr79negxrGiyJq6tLPorH/Q13GDj/X8lXggCVmO5ZighbWMmCsACKFIzoOrN5aNChHK5EYYCR5EciNqg1I/6B51EgDxljTtbUxMLr7m71DFBQU2j4tPqQLBsp15VsNCCPp589vJk/Pw3ZchIvfTc9LIvvpewDU2bkmSvvWA8oTTYm5UqPtTJCxMw2N6f/CypOdPFGcQvTSsnzUJ6kCGkFy+0PtOvXLPuA54laGOlsJt0JOMaV+8xDrLMUOWpiZeqE9KJEs8=
33+
secure: Qz+qEnaNkYG5uDXilWUt/zuuSQKKTIYDfsnZvS3XMzMWl7dtS9mOltuge93xwfjfghp7k0akaAumS8TskwaPyZ4+AWH11OYoia/AgjC7GKKcQ7DChvQ8dU5GzvznhZ0OpEBH+LS/Kl9bRMCXpIH665drlhibdo+lpLLTTNiqE9HclABqfrbkEjDal6YKmgRf+F/ddDLLf0Dn0eiSypqYU8UHBABkiX59i+bX+ewyvbRnaSpEauA+PLhCpVoltL5CvcxS2Gp43IZHgrRgwjiEszfHeLXs52LHqXe/GNTPd7H6dFiWvo6XuFxiHlUza1SjoOROSfaP131RNYAk3TxMic9OtJf6xgm7k2YN4KXFGqyMFMMz5SFRfmXHIQbDfpPu2ObE189SPyuIm+ZJUwof5ATrLjKooEukEOTsHwkEjcnH1UjCVymaNQhFUG42dh4oymCnzU5izbEMSCTlGQpLe6xTf7KbDwyhLXp6hks6ny1zLAAuBHncbm1kzk3lHq1KcG6WKVe9hfajeB2+wGwGQbVJVJ7gkMbQGWAEbn/O5GCbZAw8lbSVZL73TZqQ2Gc9HgiWKxZ6zmSZjkVUSJKbE1HtIcqjHxS6B4hDU4xobV8wkte4xSwSO19mV5qa4rSNc5NKsWd2vKeBrFmqxEfY13B8rjF43b07QmhLh1lHpR0=
3434
on:
3535
tags: true
3636
repo: Pod-Point/react-dom-components

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,8 @@
6363
"postcss-cli": "^6.1.3",
6464
"react-hot-loader": "^4.12.11",
6565
"stylelint-config-recommended": "^2.2.0"
66+
},
67+
"publishConfig": {
68+
"access": "public"
6669
}
6770
}

public/favicon.ico

-3.78 KB
Binary file not shown.

public/index.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99
name="description"
1010
content="Web site created using create-react-app"
1111
/>
12-
<link rel="apple-touch-icon" href="logo192.png" />
13-
<!--
14-
manifest.json provides metadata used when your web app is installed on a
15-
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
16-
-->
17-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
1812
<!--
1913
Notice the use of %PUBLIC_URL% in the tags above.
2014
It will be replaced with the URL of the `public` folder during the build.

public/logo192.png

-5.22 KB
Binary file not shown.

public/logo512.png

-9.44 KB
Binary file not shown.

public/manifest.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

public/robots.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/react-app-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/// <reference types="react-scripts" />

0 commit comments

Comments
 (0)