Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
qieguo2016 committed May 10, 2017
1 parent 9323414 commit 0f688a5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
.editorconfig

node_modules/
.idea
.idea
*debug.log
16 changes: 16 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
dependencies:
pre:
- nvm install 4; nvm install 5; nvm install 6; nvm install 7;

test:
override:
- nvm use 4 && npm build
- nvm use 5 && npm build
- nvm use 6 && npm build
- nvm use 7 && npm build

deployment:
publish:
tag: /v?[0-9]+(\.[0-9]+)*(-.+)?/
commands:
- npm publish
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "A Flexible Pure CSS Icons Pack. One Tag One Icon.",
"main": "index",
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/qieguo2016/iconoo.git"
Expand Down

0 comments on commit 0f688a5

Please sign in to comment.