Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: William Huang <[email protected]>
  • Loading branch information
hex2dec committed Aug 5, 2019
1 parent 2a456e1 commit 05c4923
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 7 deletions.
66 changes: 61 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,64 @@
.DS_Store
node_modules
css/**/*.css
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
dist
docs/react_demos/dist

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next

# build output
dist
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
coverage
.travis.yml
.gitreview
appveyor.yml
raw_materials
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ustack/uskin",
"version": "0.6.0",
"version": "0.6.1",
"description": "A graceful framework which provides developers another chance to build an amazing site.",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 05c4923

Please sign in to comment.