Skip to content

Commit

Permalink
fix(browserify): fix browserify builds changing casual to browserify-…
Browse files Browse the repository at this point in the history
…casual
  • Loading branch information
danibram committed May 24, 2017
1 parent 04c37c8 commit de93262
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"typescript": "^2.3.3"
},
"dependencies": {
"casual": "^1.5.12",
"casual-browserify": "^1.5.12",
"chance": "^1.0.8",
"faker": "^4.1.0",
"randexp": "^0.4.5",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Generator.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import * as R from 'randexp'
import * as f from 'faker'
import * as c from 'casual'
const c = require('casual-browserify')
// import * as c from 'casual-browserify'
import * as Ch from 'chance'
const ch = new Ch()

Expand Down
33 changes: 16 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@
version "2.0.29"
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-2.0.29.tgz#5002e14f75e2d71e564281df0431c8c1b4a2a36a"

"@types/node@*":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.5.tgz#96a0f0a618b7b606f1ec547403c00650210bfbb7"

"@types/node@^7.0.22":
"@types/node@*", "@types/node@^7.0.22":
version "7.0.22"
resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.22.tgz#4593f4d828bdd612929478ea40c67b4f403ca255"

Expand Down Expand Up @@ -784,6 +780,13 @@ caseless@~0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.11.0.tgz#715b96ea9841593cc33067923f5ec60ebda4f7d7"

casual-browserify@^1.5.12:
version "1.5.12"
resolved "https://registry.yarnpkg.com/casual-browserify/-/casual-browserify-1.5.12.tgz#55fe19906a8631ea6982025c2885d925e56fa888"
dependencies:
mersenne-twister "^1.0.1"
moment "^2.15.2"

casual@^1.5.12:
version "1.5.12"
resolved "https://registry.yarnpkg.com/casual/-/casual-1.5.12.tgz#8d3c8082cc2bfc458575997ddaf07eef7cc18240"
Expand Down Expand Up @@ -3300,15 +3303,15 @@ right-align@^0.1.1:
dependencies:
align-text "^0.1.1"

rimraf@2, rimraf@^2.2.8, rimraf@^2.3.3, rimraf@^2.5.4, rimraf@~2.5.1, rimraf@~2.5.4:
version "2.5.4"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.5.4.tgz#96800093cbf1a0c86bd95b4625467535c29dfa04"
rimraf@2, rimraf@^2.2.8, rimraf@^2.3.3, rimraf@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"
dependencies:
glob "^7.0.5"

rimraf@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"
rimraf@^2.5.4, rimraf@~2.5.1, rimraf@~2.5.4:
version "2.5.4"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.5.4.tgz#96800093cbf1a0c86bd95b4625467535c29dfa04"
dependencies:
glob "^7.0.5"

Expand Down Expand Up @@ -3706,11 +3709,7 @@ trim-right@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"

tslib@^1.0.0, tslib@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.6.0.tgz#cf36c93e02ae86a20fc131eae511162b869a6652"

tslib@^1.7.1:
tslib@^1.0.0, tslib@^1.6.0, tslib@^1.7.1:
version "1.7.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec"

Expand All @@ -3728,7 +3727,7 @@ tslint-eslint-rules@^4.0.0:
tslib "^1.0.0"
tsutils "^1.4.0"

tslint@^5.1.0:
tslint@^5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.3.2.tgz#e56459fb095a7307f103b84052174f5e3bbef6ed"
dependencies:
Expand Down

0 comments on commit de93262

Please sign in to comment.