-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for markdown markdown syntax
- Loading branch information
dotos
committed
Aug 7, 2017
1 parent
8ced693
commit ec3e111
Showing
1 changed file
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
{ | ||
"name": "valine", | ||
"version": "1.0.6", | ||
"description": "A simple comment system based on Leancloud.", | ||
"main": "/src/Valine.js", | ||
"author": { | ||
"name": "xCss", | ||
"url": "/~https://github.com/xCss", | ||
"email": "xioveliu@gmail.com" | ||
}, | ||
"scripts": { | ||
"test": "webpack", | ||
"build": "webpack", | ||
"dev": "node_modules/.bin/webpack-dev-server --colors --hot --inline", | ||
"clear": "rm -rf dist/* " | ||
}, | ||
"keywords": [ | ||
"Valine", | ||
"Simple Comment", | ||
"Comment System", | ||
"Based on Leancloud" | ||
], | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+/~https://github.com/xcss/Valine.git" | ||
}, | ||
"bugs": { | ||
"url": "/~https://github.com/xcss/Valine/issues" | ||
}, | ||
"homepage": "/~https://github.com/xcss/Valine#readme", | ||
"devDependencies": { | ||
"autoprefixer": "^7.1.1", | ||
"babel-core": "^6.22.1", | ||
"babel-loader": "^7.0.0", | ||
"babel-preset-es2015": "^6.22.0", | ||
"css-loader": "^0.28.4", | ||
"exports-loader": "^0.6.3", | ||
"file-loader": "^0.11.2", | ||
"moonjs": "^0.11.0", | ||
"node-sass": "^4.5.0", | ||
"postcss-loader": "^2.0.5", | ||
"sass-loader": "^6.0.3", | ||
"snarkdown": "^1.2.2", | ||
"style-loader": "^0.18.2", | ||
"url-loader": "^0.5.7", | ||
"webpack": "^2.6.1", | ||
"webpack-dev-server": "^2.4.5" | ||
} | ||
} | ||
"name": "valine", | ||
"version": "1.0.7", | ||
"description": "A simple comment system based on Leancloud.", | ||
"main": "/src/Valine.js", | ||
"author": { | ||
"name": "xCss", | ||
"url": "/~https://github.com/xCss", | ||
"email": "xioveliu@gmail.com" | ||
}, | ||
"scripts": { | ||
"test": "webpack", | ||
"build": "webpack", | ||
"dev": "node_modules/.bin/webpack-dev-server --colors --hot --inline", | ||
"clear": "rm -rf dist/* " | ||
}, | ||
"keywords": [ | ||
"Valine", | ||
"Simple Comment", | ||
"Comment System", | ||
"Based on Leancloud" | ||
], | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+/~https://github.com/xcss/Valine.git" | ||
}, | ||
"bugs": { | ||
"url": "/~https://github.com/xcss/Valine/issues" | ||
}, | ||
"homepage": "/~https://github.com/xcss/Valine#readme", | ||
"devDependencies": { | ||
"autoprefixer": "^7.1.1", | ||
"babel-core": "^6.22.1", | ||
"babel-loader": "^7.0.0", | ||
"babel-preset-es2015": "^6.22.0", | ||
"css-loader": "^0.28.4", | ||
"exports-loader": "^0.6.3", | ||
"file-loader": "^0.11.2", | ||
"moonjs": "^0.11.0", | ||
"node-sass": "^4.5.0", | ||
"postcss-loader": "^2.0.5", | ||
"sass-loader": "^6.0.3", | ||
"snarkdown": "^1.2.2", | ||
"style-loader": "^0.18.2", | ||
"url-loader": "^0.5.7", | ||
"webpack": "^2.6.1", | ||
"webpack-dev-server": "^2.4.5" | ||
} | ||
} |