We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d71d8 commit c30cf82Copy full SHA for c30cf82
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "faucet-pipeline-static",
3
- "version": "1.0.0-rc.9",
4
- "description": "Static Asset Pipeline",
+ "version": "1.0.0",
+ "description": "static files for faucet-pipeline",
5
"main": "index.js",
6
"scripts": {
7
"test": "npm-run-all --parallel lint test:cli",
@@ -18,9 +18,9 @@
18
"bugs": {
19
"url": "https://github.com/faucet-pipeline/faucet-pipeline-static/issues"
20
},
21
- "homepage": "http://www.faucet-pipeline.org",
+ "homepage": "https://www.faucet-pipeline.org",
22
"dependencies": {
23
- "faucet-pipeline-core": "~1.0.0-rc.13"
+ "faucet-pipeline-core": "^1.0.0-rc.13"
24
25
"devDependencies": {
26
"eslint-config-fnd": "^1.6.0",
0 commit comments