Skip to content

Commit

Permalink
chore(release): Release v0.3.0 download full dom content
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanchen committed Jun 8, 2017
1 parent 9aa490f commit b5bb03b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-screenshot",
"version": "0.2.0",
"version": "0.3.0",
"authors": [
"weihanchen"
],
Expand Down
2 changes: 1 addition & 1 deletion build/angular-screenshot.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Angular Screenshot - v0.2.0 - http://weihanchen.github.io/angular-screenshot - (c) 2017 weihanchen - MIT */
/*! Angular Screenshot - v0.3.0 - http://weihanchen.github.io/angular-screenshot - (c) 2017 weihanchen - MIT */
/* shared */
/* components */
.screenshot-toolbox {
Expand Down
2 changes: 1 addition & 1 deletion build/angular-screenshot.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Angular Screenshot - v0.2.0 - http://weihanchen.github.io/angular-screenshot - (c) 2017 weihanchen - MIT */
/*! Angular Screenshot - v0.3.0 - http://weihanchen.github.io/angular-screenshot - (c) 2017 weihanchen - MIT */
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
Expand Down
2 changes: 1 addition & 1 deletion build/angular-screenshot.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/angular-screenshot.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-screenshot",
"version": "0.2.0",
"version": "0.3.0",
"description": "Angular screenshot in directive for screen capture.",
"main": "dist/angular-screenshot.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
"esLint:start": "./node_modules/.bin/eslint src/**/*.js",
"watch": "onchange src/*.js src/**/*.js src/**/*.scss -- npm run build",
"dev": "webpack-dev-server --port 8000 --inline --watch --devtool eval --progress --colors --hot --content-base examples",
"release": "npm run esLint:start && npm run test && webpack --define increase=patch && webpack -p",
"release": "npm run esLint:start && npm run test && webpack --define increase=minor && webpack -p",
"test": "node ./node_modules/karma/bin/karma start"
},
"ignore": [
Expand Down

0 comments on commit b5bb03b

Please sign in to comment.