NPM Deploy is now working

Jens Pelzetter 2020-01-12 11:10:29 +01:00
parent b67091abd8
commit 6fc742267f
4 changed files with 170 additions and 37 deletions

View File

@ -7,12 +7,21 @@
"@librecms/ccm-cms-pagemodelseditor": {
"version": "7.0.0",
"requires": {
"@libreccm/ccm-pagemodelseditor": "7.0.0"
"@libreccm/ccm-pagemodelseditor": "7.0.0",
"react": "16.4.2",
"react-dom": "16.4.2"
},
"dependencies": {
"@libreccm/ccm-pagemodelseditor": {
"version": "7.0.0",
"bundled": true,
"requires": {
"react": "16.4.2",
"react-dom": "16.4.2",
"react-modal": "3.5.1",
"react-redux": "5.0.7",
"redux": "4.0.0"
},
"dependencies": {
"@types/node": {
"version": "10.7.1",
@ -71,10 +80,9 @@
"version": "6.26.0",
"bundled": true,
"requires": {
"chalk": "1.1.3",
"esutils": "2.0.2"
},
"dependencies": {}
"esutils": "2.0.2",
"js-tokens": "3.0.2"
}
},
"balanced-match": {
"version": "1.0.0",
@ -96,11 +104,8 @@
"version": "2.4.1",
"bundled": true,
"requires": {
"ansi-styles": "3.2.1",
"escape-string-regexp": "1.0.5",
"supports-color": "5.4.0"
},
"dependencies": {}
"escape-string-regexp": "1.0.5"
}
},
"color-convert": {
"version": "1.9.2",
@ -135,7 +140,10 @@
},
"encoding": {
"version": "0.1.12",
"bundled": true
"bundled": true,
"requires": {
"iconv-lite": "0.4.23"
}
},
"escape-string-regexp": {
"version": "1.0.5",
@ -155,7 +163,16 @@
},
"fbjs": {
"version": "0.8.16",
"bundled": true
"bundled": true,
"requires": {
"core-js": "1.2.7",
"isomorphic-fetch": "2.2.1",
"loose-envify": "1.3.1",
"object-assign": "4.1.1",
"promise": "7.3.1",
"setimmediate": "1.0.5",
"ua-parser-js": "0.7.18"
}
},
"fs.realpath": {
"version": "1.0.0",
@ -190,7 +207,10 @@
},
"iconv-lite": {
"version": "0.4.23",
"bundled": true
"bundled": true,
"requires": {
"safer-buffer": "2.1.2"
}
},
"inflight": {
"version": "1.0.6",
@ -206,7 +226,10 @@
},
"invariant": {
"version": "2.2.4",
"bundled": true
"bundled": true,
"requires": {
"loose-envify": "1.3.1"
}
},
"is-stream": {
"version": "1.1.0",
@ -214,7 +237,11 @@
},
"isomorphic-fetch": {
"version": "2.2.1",
"bundled": true
"bundled": true,
"requires": {
"node-fetch": "1.7.3",
"whatwg-fetch": "2.0.4"
}
},
"js-tokens": {
"version": "3.0.2",
@ -238,7 +265,10 @@
},
"loose-envify": {
"version": "1.3.1",
"bundled": true
"bundled": true,
"requires": {
"js-tokens": "3.0.2"
}
},
"minimatch": {
"version": "3.0.4",
@ -249,7 +279,11 @@
},
"node-fetch": {
"version": "1.7.3",
"bundled": true
"bundled": true,
"requires": {
"encoding": "0.1.12",
"is-stream": "1.1.0"
}
},
"object-assign": {
"version": "4.1.1",
@ -272,19 +306,39 @@
},
"promise": {
"version": "7.3.1",
"bundled": true
"bundled": true,
"requires": {
"asap": "2.0.6"
}
},
"prop-types": {
"version": "15.6.1",
"bundled": true
"bundled": true,
"requires": {
"fbjs": "0.8.16",
"loose-envify": "1.3.1",
"object-assign": "4.1.1"
}
},
"react": {
"version": "16.4.2",
"bundled": true
"bundled": true,
"requires": {
"fbjs": "0.8.16",
"loose-envify": "1.3.1",
"object-assign": "4.1.1",
"prop-types": "15.6.1"
}
},
"react-dom": {
"version": "16.4.2",
"bundled": true
"bundled": true,
"requires": {
"fbjs": "0.8.16",
"loose-envify": "1.3.1",
"object-assign": "4.1.1",
"prop-types": "15.6.1"
}
},
"react-lifecycles-compat": {
"version": "3.0.4",
@ -292,15 +346,33 @@
},
"react-modal": {
"version": "3.5.1",
"bundled": true
"bundled": true,
"requires": {
"exenv": "1.2.2",
"prop-types": "15.6.1",
"react-lifecycles-compat": "3.0.4",
"warning": "3.0.0"
}
},
"react-redux": {
"version": "5.0.7",
"bundled": true
"bundled": true,
"requires": {
"hoist-non-react-statics": "2.5.5",
"invariant": "2.2.4",
"lodash": "4.17.10",
"lodash-es": "4.17.10",
"loose-envify": "1.3.1",
"prop-types": "15.6.1"
}
},
"redux": {
"version": "4.0.0",
"bundled": true
"bundled": true,
"requires": {
"loose-envify": "1.3.1",
"symbol-observable": "1.2.0"
}
},
"resolve": {
"version": "1.8.1",
@ -379,7 +451,10 @@
},
"warning": {
"version": "3.0.0",
"bundled": true
"bundled": true,
"requires": {
"loose-envify": "1.3.1"
}
},
"whatwg-fetch": {
"version": "2.0.4",
@ -537,7 +612,10 @@
},
"encoding": {
"version": "0.1.12",
"bundled": true
"bundled": true,
"requires": {
"iconv-lite": "0.4.23"
}
},
"escape-string-regexp": {
"version": "1.0.5",
@ -553,7 +631,16 @@
},
"fbjs": {
"version": "0.8.17",
"bundled": true
"bundled": true,
"requires": {
"core-js": "1.2.7",
"isomorphic-fetch": "2.2.1",
"loose-envify": "1.4.0",
"object-assign": "4.1.1",
"promise": "7.3.1",
"setimmediate": "1.0.5",
"ua-parser-js": "0.7.18"
}
},
"fs.realpath": {
"version": "1.0.0",
@ -584,7 +671,10 @@
},
"iconv-lite": {
"version": "0.4.23",
"bundled": true
"bundled": true,
"requires": {
"safer-buffer": "2.1.2"
}
},
"inflight": {
"version": "1.0.6",
@ -604,7 +694,11 @@
},
"isomorphic-fetch": {
"version": "2.2.1",
"bundled": true
"bundled": true,
"requires": {
"node-fetch": "1.7.3",
"whatwg-fetch": "2.0.4"
}
},
"js-tokens": {
"version": "4.0.0",
@ -620,7 +714,10 @@
},
"loose-envify": {
"version": "1.4.0",
"bundled": true
"bundled": true,
"requires": {
"js-tokens": "4.0.0"
}
},
"minimatch": {
"version": "3.0.4",
@ -631,7 +728,11 @@
},
"node-fetch": {
"version": "1.7.3",
"bundled": true
"bundled": true,
"requires": {
"encoding": "0.1.12",
"is-stream": "1.1.0"
}
},
"object-assign": {
"version": "4.1.1",
@ -654,19 +755,38 @@
},
"promise": {
"version": "7.3.1",
"bundled": true
"bundled": true,
"requires": {
"asap": "2.0.6"
}
},
"prop-types": {
"version": "15.6.2",
"bundled": true
"bundled": true,
"requires": {
"loose-envify": "1.4.0",
"object-assign": "4.1.1"
}
},
"react": {
"version": "16.4.2",
"bundled": true
"bundled": true,
"requires": {
"fbjs": "0.8.17",
"loose-envify": "1.4.0",
"object-assign": "4.1.1",
"prop-types": "15.6.2"
}
},
"react-dom": {
"version": "16.4.2",
"bundled": true
"bundled": true,
"requires": {
"fbjs": "0.8.17",
"loose-envify": "1.4.0",
"object-assign": "4.1.1",
"prop-types": "15.6.2"
}
},
"resolve": {
"version": "1.8.1",

View File

@ -0,0 +1 @@
npm

View File

@ -159,6 +159,19 @@
<arguments>link</arguments>
</configuration>
</execution>
<execution>
<id>npm publish</id>
<goals>
<goal>npm</goal>
</goals>
<phase>deploy</phase>
<configuration>
<arguments>publish --userconfig ../libreccm.npmrc</arguments>
</configuration>
</execution>
</executions>
</plugin>

View File

@ -2,5 +2,4 @@
@libreccms:registry=https://packages.libreccm.org/repository/libreccm-npm/
@libreccm:access=public
@librecms:access=public
//packages.libreccm.org/repository/libreccm-npm/:always-auth=true
//packages.libreccm.org/repository/libreccm-npm/:_auth=bGlicmVjY20tY2k6c2hhaF1xdTRPb0I0d29oNQ==
//packages.libreccm.org/repository/libreccm-npm/:_authToken=NpmToken.a5eb72e5-056e-3a5d-ab91-ac163d36ac5b