Skip to content

Commit

Permalink
Fixed name export and PDMaster entry, upped version to 1.1.0b
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Laukamp authored and Kasper Laukamp committed Mar 4, 2020
1 parent c326810 commit 49aca31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@pipe-dream/laravel-file-factory",
"version": "1.1.0a",
"version": "1.1.0b",
"description": "Laravel FileFactory implementation for Pipe Dream. This repo is not stand alone, it must be used together with a composer package or similar.",
"main": "src/index.js",
"PipeDream": "LaravelFileFactory",
"PipeDreamMaster": true,
"repository": "github.com:pipe-dream/laravel-file-factory",
"author": "Anders Jurisoo <jurisoo@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import LaravelFileFactory from './LaravelFileFactory'
require('./bootstrap/extendArray')
require('./bootstrap/assignConstants')

export default LaravelFileFactory;
export {LaravelFileFactory};

0 comments on commit 49aca31

Please sign in to comment.