Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
fix script in package
Browse files Browse the repository at this point in the history
  • Loading branch information
0x8890 committed Jan 27, 2017
1 parent 0c0b7a8 commit 8ae96df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"bugs": "https://github.com/sapeien/simulacra/issues",
"scripts": {
"clean": "rimraf coverage.json coverage dist",
"deploy": "npm run build && ./website/deploy.sh",
"deploy": "./website/deploy.sh",
"build": "mkdirp dist && npm run build:dist && npm run build:min && npm run build:web",
"build:dist": "(node util/header; browserify util/global.js) > dist/simulacra.js",
"build:min": "(node util/header; uglifyjs -cm -- dist/simulacra.js) > dist/simulacra.min.js",
Expand Down
4 changes: 2 additions & 2 deletions website/page.css
Expand Up @@ -117,9 +117,9 @@ header > div::before {
height: 2px;
width: 100%;
left: 0;
top: -4px;
top: -3px;
position: absolute;
opacity: calc(1 / 4);
opacity: calc(1 / 5);
}

header > div::after {
Expand Down

0 comments on commit 8ae96df

Please sign in to comment.