Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #22 from fielded/revert-18-do-not-external-modules
Browse files Browse the repository at this point in the history
Revert "Do not include external modules in bundle"
  • Loading branch information
patriciagarcia authored Jul 18, 2016
2 parents 091aaa8 + 754269a commit d94abca
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/bundle.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ module.exports = function (config) {
files: [
'node_modules/angular/angular.js',
'node_modules/pouchdb/dist/pouchdb.js',
'node_modules/angular-pouchdb/dist/angular-pouchdb.js',
'node_modules/ng-smart-id/dist/bundle.js',
'dist/bundle.js',
'node_modules/angular-mocks/angular-mocks.js',
'test/*.spec.js'
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-nav-data",
"version": "4.0.2",
"version": "4.0.3",
"description": "",
"main": "dist/bundle.js",
"scripts": {
Expand All @@ -12,11 +12,11 @@
"author": "Patricia Garcia <pat@patriciagarcia.me>",
"license": "Apache 2.0",
"dependencies": {
"angular": "^1.5.5"
"angular": "^1.5.5",
"angular-pouchdb": "^4.0.0",
"ng-smart-id": "fielded/ng-smart-id#4.0.3"
},
"devDependencies": {
"angular-pouchdb": "^4.0.0",
"ng-smart-id": "fielded/ng-smart-id#4.0.3",
"angular-mocks": "^1.5.5",
"babel-core": "^6.8.0",
"babel-preset-es2015-rollup": "^1.1.1",
Expand Down
2 changes: 2 additions & 0 deletions src/locations/locations.module.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import angular from 'angular'
import 'ng-smart-id'
import 'angular-pouchdb/dist/angular-pouchdb'

import LocationsService from './locations.service'
import LgasService from './lgas.service'
Expand Down
1 change: 1 addition & 0 deletions src/products/products.module.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import angular from 'angular'
import 'angular-pouchdb/dist/angular-pouchdb'

import ProductsService from './products.service'
import ProductListService from './product-list.service'
Expand Down

0 comments on commit d94abca

Please sign in to comment.