Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
kazzkiq committed Jul 17, 2018
1 parent be2dfb5 commit 94ec569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "codeflask",
"version": "1.1.1",
"version": "1.2.0",
"description": "A micro code-editor for awesome web pages",
"main": "build/codeflask.min.js",
"module": "build/codeflask.module.js",
Expand All @@ -12,7 +12,7 @@
],
"scripts": {
"build": "rollup -c",
"dev": "serve build & rollup -c -w",
"dev": "serve bui ld & rollup -c -w",
"start": "serve public",
"pretest": "npm run build",
"test": "wdio test/wdio.conf.js",
Expand Down

0 comments on commit 94ec569

Please sign in to comment.