Skip to content

Commit

Permalink
drop it
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLeandro1204 committed Oct 4, 2017
1 parent 384d5f5 commit b590137
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.idea
.idea
lib
1 change: 0 additions & 1 deletion dist/pornsearch.js

This file was deleted.

2 changes: 1 addition & 1 deletion example/example.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const Pornsearch = require('../dist').default;
const Pornsearch = require('../lib').default;
const PornDriver = Pornsearch.search('amateur');

PornDriver.driver('sex').gifs()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pornsearch",
"version": "2.1.1",
"description": "Easy way to search for porn content on internet",
"main": "dist/pornsearch.js",
"main": "src/Pornsearch.js",
"scripts": {
"build": "webpack --progress",
"lint": "semistandard --fix | snazzy",
Expand Down
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ module.exports = {
new UglifyJsPlugin({ comments: false })
],
output: {
filename: 'pornsearch.js',
path: path.resolve(__dirname, './dist'),
filename: 'index.js',
path: path.resolve(__dirname, './lib'),
library: 'Pornsearch',
libraryTarget: 'umd'
}
Expand Down

0 comments on commit b590137

Please sign in to comment.