Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
feerglas committed Sep 13, 2020
1 parent cfc12ff commit 2b03189
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"version": "1.1.0",
"description": "Helper methods to simplify requests to the Figma API",
"main": "dist/index.js",
"dependencies": {},
"dependencies": {
"axios": "~0.20.0"
},
"devDependencies": {
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "~10.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"axios": "~0.20.0",
"clean-webpack-plugin": "~3.0.0",
"dotenv": "~8.2.0",
"eslint": "^7.0.0",
"eslint-plugin-yaml": "~0.3.0",
"husky": "^4.2.5",
"lyne-helper-eslint-config": "~1.0.1",
"minimist": "~1.2.5",
"semantic-release": "^17.0.8",
"semantic-release-slack-bot": "^1.6.2",
"shelljs": "~0.8.4",
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const figma = require('lyneFigmaApi');
const figma = require('./dist');

require('dotenv')
.config();
Expand Down
2 changes: 0 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ module.exports = {
mode: 'production',
output: {
filename: 'index.js',
// globalObject: 'this',
library: 'lyneFigmaApi',
libraryTarget: 'umd',
path: path.resolve(__dirname, './dist')
// umdNamedDefine: true
},
plugins: [new CleanWebpackPlugin()],
target: 'node'
Expand Down

0 comments on commit 2b03189

Please sign in to comment.