Skip to content

Commit

Permalink
Merge pull request #2 from fabrix-app/v1.1
Browse files Browse the repository at this point in the history
[fix] Analytic prototype
  • Loading branch information
scott-wyatt authored Aug 27, 2018
2 parents c011cef + 3e346c0 commit 1fa06f7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
- run:
name: install-npm-wee
command: npm install
- run:
name: install-npm-sqlite
command: npm install [email protected]
- save_cache:
key: dependency-cache-{{ checksum "package.json" }}
paths:
Expand Down
5 changes: 5 additions & 0 deletions lib/Analytic.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import { FabrixApp } from '@fabrix/fabrix'
import { difference } from 'lodash'

export class Analytic {
app: FabrixApp
publish
build

constructor (app) {
Object.defineProperties(this, {
app: {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabrix/spool-analytics",
"version": "1.1.0",
"version": "1.1.1",
"description": "Spool: Analytics for Fabrix",
"homepage": "https://fabrix.app",
"author": {
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/TestAnalytic.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// tslint:disable:max-line-length
const Analytic = require('../../dist').Analytic

module.exports = class TestAnalytic extends Analytic {
Expand Down

0 comments on commit 1fa06f7

Please sign in to comment.