Skip to content

Commit

Permalink
enforce paths maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura González committed Feb 17, 2017
1 parent f4337e8 commit dd1df2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ const webpackConfig = {
}
]
},
resolve: {
modulesDirectories: ['node_modules', 'bower_components'],
extensions: ['', '.js', '.jsx']
},
plugins: [
new webpack.webpack.ProvidePlugin({
Promise: 'es6-promise-promise'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "constellation-canvas",
"description": "draws cute animated canvas constellations",
"version": "1.4.2",
"version": "1.4.3",
"author": "Laura mayhem",
"bugs": {
"url": "https://github.com/walaura/constellation/issues",
Expand Down Expand Up @@ -41,7 +41,7 @@
"javascript"
],
"license": "GPL-3.0",
"main": "src/app.js",
"main": "./src/app.js",
"repository": {
"type": "git",
"url": "https://github.com/walaura/constellation"
Expand Down

0 comments on commit dd1df2e

Please sign in to comment.