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

Commit

Permalink
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
jonathanmayer committed Apr 6, 2021
2 parents f4d4fea + 8c32b73 commit 6245edf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ node_modules/
# Build
intermediate/
dist/
jsdoc/
Expand Down
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
test/
src/
.*
intermediate/
rollup.config.*.js
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mozilla/web-science",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"build": "rollup -c rollup.config.intermediate.js && rollup -c rollup.config.final.js",
"lint": "eslint ."
Expand Down

0 comments on commit 6245edf

Please sign in to comment.