Skip to content

Commit c30cf82

Browse files
committed
Release 1.0.0
1 parent f5d71d8 commit c30cf82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "faucet-pipeline-static",
3-
"version": "1.0.0-rc.9",
4-
"description": "Static Asset Pipeline",
3+
"version": "1.0.0",
4+
"description": "static files for faucet-pipeline",
55
"main": "index.js",
66
"scripts": {
77
"test": "npm-run-all --parallel lint test:cli",
@@ -18,9 +18,9 @@
1818
"bugs": {
1919
"url": "https://github.com/faucet-pipeline/faucet-pipeline-static/issues"
2020
},
21-
"homepage": "http://www.faucet-pipeline.org",
21+
"homepage": "https://www.faucet-pipeline.org",
2222
"dependencies": {
23-
"faucet-pipeline-core": "~1.0.0-rc.13"
23+
"faucet-pipeline-core": "^1.0.0-rc.13"
2424
},
2525
"devDependencies": {
2626
"eslint-config-fnd": "^1.6.0",

0 commit comments

Comments
 (0)