Bump version.

This commit is contained in:
Alexandre Vicenzi 2016-02-27 01:36:39 -03:00
parent 9e8984f247
commit 392c06124b
2 changed files with 12 additions and 4 deletions

View file

@ -1,13 +1,14 @@
{
"name": "flex",
"version": "1.2",
"version": "1.1.1",
"description": "A minimalist Pelican theme",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "source venv/bin/activate && pip install pelican markdown && pelican -s tests/pelicanconf.py && deactivate",
"build": "node_modules/gulp/bin/gulp.js default"
},
"repository": {
"type": "git",