Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit ff122a8

Browse files
authored
Merge pull request #29 from appfolio/em-selectslot-conflict
Changes for github packages
2 parents 80a2026 + 480b172 commit ff122a8

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.npmrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
registry=https://nexus.dev.appf.io/repository/npm/
2+
//nexus.dev.appf.io/repository/npm/:_auth=${NPM_TOKEN}
3+
@appfolio:registry=https://npm.pkg.github.com
4+
//npm.pkg.github.com/:_authToken=${GITHUB_NPM_TOKEN}
5+
sass_binary_site=https://nexus.dev.appf.io/repository/node-sass-bindings
6+
always-auth=true

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@
33
"version": "0.20.3",
44
"description": "Calendar! with events",
55
"author": "Jason Quense <[email protected]>",
6-
"repository": "intljusticemission/react-big-calendar",
6+
"repository": "https://github.com/appfolio/react-big-calendar.git",
77
"license": "MIT",
88
"main": "lib/index.js",
99
"style": "lib/css/react-big-calendar.css",
1010
"publishConfig": {
11-
"registry": "https://nexus.dev.appf.io/repository/npm-hosted/"
11+
"registry": "https://npm.pkg.github.com/"
1212
},
1313
"files": [
14-
"lib/",
15-
"LICENSE",
16-
"README.md",
17-
"CHANGELOG.md"
14+
"dist",
15+
"lib",
16+
"es"
1817
],
1918
"keywords": [
2019
"scheduler",

0 commit comments

Comments
 (0)