Skip to content

Commit

Permalink
docs: modify version and npm test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ipluser committed May 6, 2016
1 parent 9aec791 commit 85db416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magicbook",
"version": "0.6.0",
"version": "0.7.0",
"description": "An lightweight and scalable docs system for markdown, text or other.",
"homepage": "http://ipluser.github.io/magicbook/",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "magicbookjs",
"version": "0.6.0",
"version": "0.7.0",
"description": "An lightweight and scalable docs system for markdown, text or other.",
"author": "ipluser",
"main": "dist/magicbook.js",
"scripts": {
"lint": "eslint lib",
"lint": "eslint --ignore-pattern *.min.js lib plugins/**/*.js gulpfile.js",
"build": "npm run lint && gulp",
"precommit": "npm run lint",
"prepush": "npm run lint"
Expand Down

0 comments on commit 85db416

Please sign in to comment.