Skip to content

Commit

Permalink
Spin off pacnav support into it’s own package
Browse files Browse the repository at this point in the history
  • Loading branch information
codyrobert committed Jul 18, 2018
1 parent 3f808f6 commit 8311e09
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ module.exports = {
}
}]
],
"plugins": [
[
"transform-class-properties",
{ "spec": true }]
]
"plugins": [[
"transform-class-properties",
{ "spec": true }
]]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flickerbox/build",
"version": "1.0.0",
"version": "1.0.1",
"description": "Better builds, building better websites",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@flickerbox/fabric": "3.0.5",
"@flickerbox/pacnav": "2.0.0",
"@flickerbox/tracker": "1.0.2",
"@flickerbox/twill": "2.0.2",
"autoprefixer": "^8.6.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = ( env = 'development' ) => {
alias: {
'vue$': 'vue/dist/vue.esm.js',
'fabric': require('@flickerbox/fabric/webpack.manifest').sassDir,
'twill': require('@flickerbox/twill/webpack.manifest').sassDir,
'pacnav': require('@flickerbox/pacnav/webpack.manifest').sassDir,
},
extensions: ['*', '.js', '.vue', '.json'],
},
Expand Down

0 comments on commit 8311e09

Please sign in to comment.