h5p-lib-controls
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "h5p-lib-controls", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Library for adding user input to web applications", | ||
@@ -8,4 +8,3 @@ "scripts": { | ||
"build": "webpack", | ||
"watch": "webpack --watch", | ||
"dev": "lite-server" | ||
"watch": "webpack --watch" | ||
}, | ||
@@ -33,3 +32,2 @@ "keywords": [ | ||
"karma-webpack": "^2.0.2", | ||
"lite-server": "^2.2.2", | ||
"resolve-url-loader": "^2.0.2", | ||
@@ -36,0 +34,0 @@ "url-loader": "^0.5.8", |
@@ -1,3 +0,3 @@ | ||
import {attributeEquals, hasAttribute, setAttribute} from 'utils/elements'; | ||
import {compose, forEach, filter, some, curry} from 'utils/functional'; | ||
import {attributeEquals, hasAttribute, setAttribute} from 'h5p-sdk/src/scripts/utils/elements'; | ||
import {compose, forEach, filter, some, curry} from 'h5p-sdk/src/scripts/utils/functional'; | ||
@@ -4,0 +4,0 @@ /** |
@@ -1,3 +0,3 @@ | ||
import {setAttribute, hasAttribute} from 'utils/elements'; | ||
import {compose, forEach, filter} from 'utils/functional'; | ||
import {setAttribute, hasAttribute} from 'h5p-sdk/src/scripts/utils/elements'; | ||
import {compose, forEach, filter} from 'h5p-sdk/src/scripts/utils/functional'; | ||
@@ -4,0 +4,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import {setAttribute, removeAttribute, attributeEquals} from 'utils/elements'; | ||
import {setAttribute, removeAttribute, attributeEquals} from 'h5p-sdk/src/scripts/utils/elements'; | ||
@@ -3,0 +3,0 @@ export default class Choice { |
@@ -1,3 +0,3 @@ | ||
import { setAttribute, removeAttribute, hasAttribute } from 'utils/elements'; | ||
import { forEach, without } from 'utils/functional'; | ||
import { setAttribute, removeAttribute, hasAttribute } from 'h5p-sdk/src/scripts/utils/elements'; | ||
import { forEach, without } from 'h5p-sdk/src/scripts/utils/functional'; | ||
import { Eventful } from './mixins/eventful'; | ||
@@ -4,0 +4,0 @@ |
@@ -6,3 +6,2 @@ const path = require('path'); | ||
devtool: 'inline-source-map', | ||
output: { | ||
@@ -13,8 +12,2 @@ path: path.join(__dirname, 'dist'), | ||
}, | ||
resolve: { | ||
modules: [ | ||
path.resolve('./src'), | ||
path.resolve('./node_modules/h5p-sdk/src/scripts') | ||
] | ||
}, | ||
module: { | ||
@@ -21,0 +14,0 @@ rules: [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75148
16
798