Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Fazendo merge da origin/master em es6 []
Browse files Browse the repository at this point in the history
  • Loading branch information
teles committed May 22, 2018
2 parents 46d9d6e + 9c53c6e commit 02d57fb
Show file tree
Hide file tree
Showing 5 changed files with 461 additions and 461 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"name": "frontpress",
"version": "1.0.8",
"version": "1.0.9",
"description": "Full front-end AngularJS template for WordPress Rest API.",
"main": "release/frontpress.min.js",
"dependencies": {
"angular": "^1.5.8",
"angular-ui-router": "^0.3.1",
"angular-disqus": "^1.1.3",
"ng-infinite-scroll": "^1.3.0"
"angular": "1.5.8",
"angular-ui-router": "0.3.1",
"angular-disqus": "1.1.3",
"ng-infinite-scroll": "1.3.0"
},
"devDependencies": {
"angular-mocks": "^1.5.8",
"buffer-to-vinyl": "^1.1.0",
"codacy-coverage": "^2.0.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.6.0",
"angular-mocks": "1.5.8",
"buffer-to-vinyl": "1.1.0",
"codacy-coverage": "2.0.0",
"gulp": "3.9.1",
"gulp-angular-templatecache": "2.0.0",
"gulp-concat": "2.6.0",
"gulp-connect": "5.0.0",
"gulp-inject": "4.1.0",
"gulp-load-tasks": "^0.8.4",
"gulp-ng-config": "^1.3.1",
"gulp-plumber": "^1.1.0",
"gulp-load-tasks": "0.8.4",
"gulp-ng-config": "1.3.1",
"gulp-plumber": "1.1.0",
"gulp-uglify": "2.0.0",
"gulp-watch": "^4.3.9",
"gulp-watch": "4.3.9",
"inquirer": "2.0.0",
"jasmine-core": "^2.5.2",
"jshint": "^2.9.4",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"jasmine-core": "2.5.2",
"jshint": "2.9.4",
"karma": "1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-cli": "1.0.1",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.2",
"karma-spec-reporter": "0.0.26",
"merge-stream": "^1.0.0",
"nodemon": "^1.10.2",
"pre-commit": "^1.2.2",
"run-sequence": "^1.1.5"
"merge-stream": "1.0.0",
"nodemon": "1.10.2",
"pre-commit": "1.2.2",
"run-sequence": "1.1.5"
},
"scripts": {
"test": "karma start --browsers PhantomJS && cat ./coverage/report-lcov/lcov.info | ./node_modules/.bin/codacy-coverage",
Expand Down
Loading

0 comments on commit 02d57fb

Please sign in to comment.