Skip to content

Commit

Permalink
update filename and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalkr committed Jun 21, 2018
1 parent a45ab08 commit ea91374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
File renamed without changes.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "forestry-blocks-styles",
"version": "1.0.0",
"description": "",
"main": ".postcssrc.js",
"name": "ubuild-blocks",
"version": "0.1.0",
"description": "uBuild is a CSS toolkit for building modular page components.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "postcss -o ./dist/css/main.css ./src/css/styles.css"
"build": "postcss -o ./dist/css/ubuild.css ./src/css/styles.css"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit ea91374

Please sign in to comment.