Skip to content

Commit

Permalink
Merge pull request #17 from digipost/force-npm-package-bump
Browse files Browse the repository at this point in the history
Bump versjon i package.json for å publisere ny versjon
  • Loading branch information
isollid authored Oct 9, 2024
2 parents 9c9b8f3 + 7a32548 commit e483ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@digipost/scene.js",
"author": "Olav Bjørkøy",
"version": "2.1.1",
"version": "2.1.3",
"description": "Scene.js is a small JavaScript library for rendering view models. A view consists of a JS object (the model), an HTML file (the template), and an object with properties (the data). Scene.js takes care of loading the template, compiling it with the model, and adds a few helpful methods.",
"main": "scene.js",
"scripts": {
Expand Down

0 comments on commit e483ac4

Please sign in to comment.