Skip to content

Commit

Permalink
Add .npmignore and bump version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyzeenny committed Nov 12, 2014
1 parent db846ad commit 7adf851
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
node_modules/
tmp/
.DS_Store
*.swp

dist_chrome/ember-extension.zip

*.xpi

.mozilla-addon-sdk

aws.json
2 changes: 1 addition & 1 deletion app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Port from "port";
import PromiseAssembler from "libs/promise_assembler";
import msToTime from "helpers/ms_to_time";

var version = '1.6.1';
var version = '1.6.2';

var App = Ember.Application.extend({
modulePrefix: '',
Expand Down
2 changes: 1 addition & 1 deletion dist_chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "Ember Inspector",
"description": "Tool for debugging Ember applications.",
"version": "1.6.1",
"version": "1.6.2",

"icons": {
"16": "images/icon16.png",
Expand Down
2 changes: 1 addition & 1 deletion dist_firefox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-inspector",
"version": "1.6.1",
"version": "1.6.2",
"fullName": "Ember Inspector",
"id": "[email protected]",
"description": "Tool for debugging Ember applications.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-inspector",
"version": "1.6.1",
"version": "1.6.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7adf851

Please sign in to comment.