joosy 1.2.0.alpha.52 → 1.2.0.alpha.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bower.json +1 -1
  3. data/package.json +1 -4
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d5c51a78e39be79cd68e82ecf4df0e284ca1fe6
4
- data.tar.gz: e45f97697a02edbe7874f88e53c30f1a7b8a3825
3
+ metadata.gz: 559551017f461d10df232c7782a1df1a8955d202
4
+ data.tar.gz: 8ed6a09dd24024e30f40831aa0b6d1ba2d4aacc6
5
5
  SHA512:
6
- metadata.gz: e76c7307e635d877812fb8bdbc652127d70219e367766e885fe9965dfe7d608f2472b142371bbbfa0903618711535035c005bb17b4187aa1f54b7f5bc84fa5e6
7
- data.tar.gz: 41f0bf6bddd0dca9840babbe7f2b21c729d6042f04049c15f3364be7a7f74f9c481ae3d57e1ecfde2005221b49c7e8f160852aa8842fea3cfc65a40d930b6468
6
+ metadata.gz: 49b11c4cd82495c775444f3e29e3e7696eac2a5b7d6aaf631ab70058b3a39288882cee5972584fb20ab760e79ed7a9013dccde81f7bdd79f7b8fce4822f0ebe8
7
+ data.tar.gz: 9cc5920eb9948ba7b1b7bc463f66961136ca46932b1eeca787fe3a17abe13ab1ba020efd5a92c6f42875e4d07dafe6d00879a4e5e51c9e79ae0f8fed80b2c816
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joosy",
3
- "version": "1.2.0-alpha.52",
3
+ "version": "1.2.0-alpha.53",
4
4
  "main": "lib/joosy.js",
5
5
  "ignore": [
6
6
  "bin",
data/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "joosy"
6
6
  ],
7
- "version": "1.2.0-alpha.52",
7
+ "version": "1.2.0-alpha.53",
8
8
  "author": "Boris Staal <boris@staal.io>",
9
9
  "homepage": "http://joosy.ws/",
10
10
  "repository": {
@@ -43,8 +43,5 @@
43
43
  "grunt-contrib-connect": "~0.3.0",
44
44
  "grunt-coffeelint": "0.0.6",
45
45
  "grunt-release": "~0.3.5"
46
- },
47
- "scripts": {
48
- "postinstall": "node_modules/.bin/bower install"
49
46
  }
50
47
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: joosy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0.alpha.52
4
+ version: 1.2.0.alpha.53
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris Staal