Skip to content

Commit cd0c733

Browse files
author
Espen Hellerud
authored
Update package.json (#5)
1 parent 7a34844 commit cd0c733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@digipost/scene.js",
33
"author": "Olav Bjørkøy",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"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.",
66
"main": "scene.js",
77
"scripts": {

0 commit comments

Comments
 (0)